Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Policy

Package version

A Policy.

Hierarchy

Index

Properties

Optional createdDate

createdDate: Date

The creation date of the policy. NOTE: This property will not be serialized. It can only be populated by the server.

Optional description

description: undefined | string

The description of the policy.

Optional evaluatorType

evaluatorType: PolicyEvaluatorType

The evaluator type of the policy (i.e. AllowedValuesPolicy, MaxValuePolicy). Possible values include: 'AllowedValuesPolicy', 'MaxValuePolicy'

Optional factData

factData: undefined | string

The fact data of the policy.

Optional factName

factName: PolicyFactName

The fact name of the policy (e.g. LabVmCount, LabVmSize, MaxVmsAllowedPerLab, etc. Possible values include: 'UserOwnedLabVmCount', 'UserOwnedLabPremiumVmCount', 'LabVmCount', 'LabPremiumVmCount', 'LabVmSize', 'GalleryImage', 'UserOwnedLabVmCountInSubnet', 'LabTargetCost', 'EnvironmentTemplate', 'ScheduleEditPermission'

Optional id

id: undefined | string

The identifier of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

Optional location

location: undefined | string

The location of the resource.

Optional name

name: undefined | string

The name of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

Optional provisioningState

provisioningState: undefined | string

The provisioning status of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

Optional status

status: PolicyStatus

The status of the policy. Possible values include: 'Enabled', 'Disabled'

Optional tags

tags: undefined | object

The tags of the resource.

Optional threshold

threshold: undefined | string

The threshold of the policy (i.e. a number for MaxValuePolicy, and a JSON array of values for AllowedValuesPolicy).

Optional type

type: undefined | string

The type of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

Optional uniqueIdentifier

uniqueIdentifier: undefined | string

The unique immutable identifier of a resource (Guid). NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc