GetDedicatedHostGroupResult

data class GetDedicatedHostGroupResult(val additionalCapabilities: DedicatedHostGroupPropertiesResponseAdditionalCapabilities? = null, val azureApiVersion: String, val hosts: List<SubResourceReadOnlyResponse>, val id: String, val instanceView: DedicatedHostGroupInstanceViewResponse, val location: String, val name: String, val platformFaultDomainCount: Int, val supportAutomaticPlacement: Boolean? = null, val tags: Map<String, String>? = null, val type: String, val zones: List<String>? = null)

Specifies information about the dedicated host group that the dedicated hosts should be assigned to. Currently, a dedicated host can only be added to a dedicated host group at creation time. An existing dedicated host cannot be added to another dedicated host group.

Constructors

Link copied to clipboard
constructor(additionalCapabilities: DedicatedHostGroupPropertiesResponseAdditionalCapabilities? = null, azureApiVersion: String, hosts: List<SubResourceReadOnlyResponse>, id: String, instanceView: DedicatedHostGroupInstanceViewResponse, location: String, name: String, platformFaultDomainCount: Int, supportAutomaticPlacement: Boolean? = null, tags: Map<String, String>? = null, type: String, zones: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Enables or disables a capability on the dedicated host group. Minimum api-version: 2022-03-01.

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

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

Link copied to clipboard
val id: String

Resource Id

Link copied to clipboard

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

Link copied to clipboard

Resource location

Link copied to clipboard

Resource name

Link copied to clipboard

Number of fault domains that the host group can span.

Link copied to clipboard

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.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags

Link copied to clipboard

Resource type

Link copied to clipboard
val zones: List<String>? = null

Availability Zone to use for this host group. Only single zone is supported. The zone can be assigned only during creation. If not provided, the group supports all zones in the region. If provided, enforces each host in the group to be in the same zone.