Get Virtual Machine Instance Result
data class GetVirtualMachineInstanceResult(val availabilitySets: List<VirtualMachineInstancePropertiesResponseAvailabilitySets>? = null, 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
fun GetVirtualMachineInstanceResult(availabilitySets: List<VirtualMachineInstancePropertiesResponseAvailabilitySets>? = null, 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)