Get Availability Set Result
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)
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
Gets or sets the provisioning state.
Link copied to clipboard
The system data.
Link copied to clipboard
ARM Id of the vmmServer resource in which this resource resides.