GetAvailabilitySetResult

data class GetAvailabilitySetResult(val availabilitySetName: String? = null, val azureApiVersion: String, val extendedLocation: ExtendedLocationResponse? = null, val id: String, val location: String? = null, val name: String, val provisioningState: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String, val vmmServerId: String? = null)

The AvailabilitySets resource definition.

Constructors

Link copied to clipboard
constructor(availabilitySetName: String? = null, azureApiVersion: String, extendedLocation: ExtendedLocationResponse? = null, id: String, location: String? = null, name: String, provisioningState: String, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String, vmmServerId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Name of the availability set.

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

The extended location.

Link copied to clipboard
val id: String

Resource Id

Link copied to clipboard
val location: String? = null

Gets or sets the location.

Link copied to clipboard

Resource Name

Link copied to clipboard

Gets or sets the provisioning state.

Link copied to clipboard

The system data.

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

Resource tags

Link copied to clipboard

Resource Type

Link copied to clipboard
val vmmServerId: String? = null

ARM Id of the vmmServer resource in which this resource resides.