VmHostPlacementPolicyProperties interface
VM-Host placement policy properties
- Extends
Properties
affinity |
vm-host placement policy affinity strength (should/must) |
affinity |
placement policy affinity type |
azure |
placement policy azure hybrid benefit opt-in type |
host |
Host members list |
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
affinityStrength
vm-host placement policy affinity strength (should/must)
affinityStrength?: string
Property Value
string
affinityType
placement policy affinity type
affinityType: string
Property Value
string
azureHybridBenefitType
placement policy azure hybrid benefit opt-in type
azureHybridBenefitType?: string
Property Value
string
hostMembers
Host members list
hostMembers: string[]
Property Value
string[]
type
Polymorphic discriminator, which specifies the different types this object can be
type: "VmHost"
Property Value
"VmHost"
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