Get Virtual Machine Instance Result
data class GetVirtualMachineInstanceResult(val availabilitySets: List<VirtualMachineInstancePropertiesResponseAvailabilitySets>? = null, val azureApiVersion: String, val extendedLocation: ExtendedLocationResponse, val hardwareProfile: HardwareProfileResponse? = null, val id: String, val infrastructureProfile: InfrastructureProfileResponse? = null, val name: String, val networkProfile: NetworkProfileResponse? = null, val osProfile: OsProfileForVMInstanceResponse? = null, val powerState: String, val provisioningState: String, val storageProfile: StorageProfileResponse? = null, val systemData: SystemDataResponse, val type: String)
Define the virtualMachineInstance.
Constructors
Link copied to clipboard
constructor(availabilitySets: List<VirtualMachineInstancePropertiesResponseAvailabilitySets>? = null, azureApiVersion: String, extendedLocation: ExtendedLocationResponse, hardwareProfile: HardwareProfileResponse? = null, id: String, infrastructureProfile: InfrastructureProfileResponse? = null, name: String, networkProfile: NetworkProfileResponse? = null, osProfile: OsProfileForVMInstanceResponse? = null, powerState: String, provisioningState: String, storageProfile: StorageProfileResponse? = null, systemData: SystemDataResponse, type: String)
Properties
Link copied to clipboard
Availability Sets in vm.
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
Gets or sets the extended location.
Link copied to clipboard
Hardware properties.
Link copied to clipboard
Gets the infrastructure profile.
Link copied to clipboard
Network properties.
Link copied to clipboard
OS properties.
Link copied to clipboard
Gets the power state of the virtual machine.
Link copied to clipboard
Gets or sets the provisioning state.
Link copied to clipboard
Storage properties.
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.