Get Standby Virtual Machine Pool Result
data class GetStandbyVirtualMachinePoolResult(val attachedVirtualMachineScaleSetId: String? = null, val azureApiVersion: String, val elasticityProfile: StandbyVirtualMachinePoolElasticityProfileResponse? = null, val id: String, val location: String, val name: String, val provisioningState: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String, val virtualMachineState: String)
A StandbyVirtualMachinePoolResource.
Constructors
Link copied to clipboard
constructor(attachedVirtualMachineScaleSetId: String? = null, azureApiVersion: String, elasticityProfile: StandbyVirtualMachinePoolElasticityProfileResponse? = null, id: String, location: String, name: String, provisioningState: String, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String, virtualMachineState: String)
Properties
Link copied to clipboard
Specifies the fully qualified resource ID of a virtual machine scale set the pool is attached to.
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
Specifies the elasticity profile of the standby virtual machine pools.
Link copied to clipboard
The status of the last operation.
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.
Link copied to clipboard
Specifies the desired state of virtual machines in the pool.