Share via


DedicatedHostGroupPropertiesOutput interface

Dedicated Host Group Properties.

Properties

additionalCapabilities

Enables or disables a capability on the dedicated host group.

Minimum api-version: 2022-03-01.

hosts

A list of references to all dedicated hosts in the dedicated host group.

instanceView

The dedicated host group instance view, which has the list of instance view of the dedicated hosts under the dedicated host group.

platformFaultDomainCount

Number of fault domains that the host group can span.

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.

Property Details

additionalCapabilities

Enables or disables a capability on the dedicated host group.

Minimum api-version: 2022-03-01.

additionalCapabilities?: DedicatedHostGroupPropertiesAdditionalCapabilitiesOutput

Property Value

hosts

A list of references to all dedicated hosts in the dedicated host group.

hosts?: SubResourceReadOnlyOutput[]

Property Value

instanceView

The dedicated host group instance view, which has the list of instance view of the dedicated hosts under the dedicated host group.

instanceView?: DedicatedHostGroupInstanceViewOutput

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