GetAvailabilitySetResult

data class GetAvailabilitySetResult(val id: String, val location: String, val managed: Boolean, val name: String, val platformFaultDomainCount: String, val platformUpdateDomainCount: String, val resourceGroupName: String, val tags: Map<String, String>)

A collection of values returned by getAvailabilitySet.

Constructors

Link copied to clipboard
constructor(id: String, location: String, managed: Boolean, name: String, platformFaultDomainCount: String, platformUpdateDomainCount: String, resourceGroupName: String, tags: Map<String, String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The supported Azure location where the Availability Set exists.

Link copied to clipboard

Whether the availability set is managed or not.

Link copied to clipboard
Link copied to clipboard

The number of fault domains that are used.

Link copied to clipboard

The number of update domains that are used.

Link copied to clipboard
Link copied to clipboard

A mapping of tags assigned to the resource.