VmPlacementPolicyProperties interface
VM-VM placement policy properties
- Extends
Properties
affinity |
placement policy affinity type |
type | Polymorphic discriminator, which specifies the different types this object can be |
vm |
Virtual machine members list |
Inherited 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 |
Property Details
affinityType
placement policy affinity type
affinityType: string
Property Value
string
type
Polymorphic discriminator, which specifies the different types this object can be
type: "VmVm"
Property Value
"VmVm"
vmMembers
Virtual machine members list
vmMembers: string[]
Property Value
string[]
Inherited Property Details
displayName
Display name of the placement policy
displayName?: string
Property Value
string
Inherited From PlacementPolicyProperties.displayName
provisioningState
The provisioning state NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
Inherited From PlacementPolicyProperties.provisioningState
state
Whether the placement policy is enabled or disabled
state?: string
Property Value
string
Inherited From PlacementPolicyProperties.state