Get Dedicated Host Group Result
data class GetDedicatedHostGroupResult(val additionalCapabilities: DedicatedHostGroupPropertiesResponseAdditionalCapabilities? = null, 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
fun GetDedicatedHostGroupResult(additionalCapabilities: DedicatedHostGroupPropertiesResponseAdditionalCapabilities? = null, 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
Properties
Link copied to clipboard
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