GetDedicatedHostGroupResult

data class GetDedicatedHostGroupResult(val automaticPlacementEnabled: Boolean, val id: String, val location: String, val name: String, val platformFaultDomainCount: Int, val resourceGroupName: String, val tags: Map<String, String>, val zones: List<String>)

A collection of values returned by getDedicatedHostGroup.

Constructors

Link copied to clipboard
constructor(automaticPlacementEnabled: Boolean, id: String, location: String, name: String, platformFaultDomainCount: Int, resourceGroupName: String, tags: Map<String, String>, zones: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether virtual machines or virtual machine scale sets be placed automatically on this Dedicated Host Group.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The Azure location where the Dedicated Host Group exists.

Link copied to clipboard
Link copied to clipboard

The number of fault domains that the Dedicated Host Group spans.

Link copied to clipboard
Link copied to clipboard

A mapping of tags assigned to the resource.

Link copied to clipboard

A list of Availability Zones in which this Dedicated Host Group is located.