PlacementPolicyProperties interface
Abstract placement policy properties
Properties
display |
Display name of the placement policy |
provisioning |
The provisioning state NOTE: This property will not be serialized. It can only be populated by the server. |
state | Whether the placement policy is enabled or disabled |
type | Polymorphic discriminator, which specifies the different types this object can be |
Property Details
displayName
Display name of the placement policy
displayName?: string
Property Value
string
provisioningState
The provisioning state NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
state
Whether the placement policy is enabled or disabled
state?: string
Property Value
string
type
Polymorphic discriminator, which specifies the different types this object can be
type: "VmHost" | "VmVm"
Property Value
"VmHost" | "VmVm"