Get Virtual Machine Instance Result
data class GetVirtualMachineInstanceResult(val extendedLocation: ExtendedLocationResponse? = null, val hardwareProfile: HardwareProfileResponse? = null, val id: String, val infrastructureProfile: InfrastructureProfileResponse? = null, val name: String, val networkProfile: NetworkProfileResponse? = null, val osProfile: OsProfileForVMInstanceResponse? = null, val placementProfile: PlacementProfileResponse? = null, val powerState: String, val provisioningState: String, val resourceUid: String, val securityProfile: SecurityProfileResponse? = null, val statuses: List<ResourceStatusResponse>, val storageProfile: StorageProfileResponse? = null, val systemData: SystemDataResponse, val type: String)
Define the virtualMachineInstance.
Constructors
Link copied to clipboard
fun GetVirtualMachineInstanceResult(extendedLocation: ExtendedLocationResponse? = null, hardwareProfile: HardwareProfileResponse? = null, id: String, infrastructureProfile: InfrastructureProfileResponse? = null, name: String, networkProfile: NetworkProfileResponse? = null, osProfile: OsProfileForVMInstanceResponse? = null, placementProfile: PlacementProfileResponse? = null, powerState: String, provisioningState: String, resourceUid: String, securityProfile: SecurityProfileResponse? = null, statuses: List<ResourceStatusResponse>, storageProfile: StorageProfileResponse? = null, systemData: SystemDataResponse, type: String)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard