DedicatedHostGroupProperties interface
Dedicated Host Group Properties.
Properties
| additional |
Enables or disables a capability on the dedicated host group. |
| platform |
Number of fault domains that the host group can span. |
| support |
Specifies whether virtual machines or virtual machine scale sets can be placed automatically on the dedicated host group. Automatic placement means resources are allocated on dedicated hosts, that are chosen by Azure, under the dedicated host group. The value is defaulted to 'false' when not provided. |
Property Details
additionalCapabilities
Enables or disables a capability on the dedicated host group.
Minimum api-version: 2022-03-01.
additionalCapabilities?: DedicatedHostGroupPropertiesAdditionalCapabilities
Property Value
platformFaultDomainCount
Number of fault domains that the host group can span.
platformFaultDomainCount: number
Property Value
number
supportAutomaticPlacement
Specifies whether virtual machines or virtual machine scale sets can be placed automatically on the dedicated host group. Automatic placement means resources are allocated on dedicated hosts, that are chosen by Azure, under the dedicated host group. The value is defaulted to 'false' when not provided.
Minimum api-version: 2020-06-01.
supportAutomaticPlacement?: boolean
Property Value
boolean