Compute Vm Properties Response
data class ComputeVmPropertiesResponse(val dataDiskIds: List<String>? = null, val dataDisks: List<ComputeDataDiskResponse>? = null, val networkInterfaceId: String? = null, val osDiskId: String? = null, val osType: String? = null, val statuses: List<ComputeVmInstanceViewStatusResponse>? = null, val vmSize: String? = null)
Properties of a virtual machine returned by the Microsoft.Compute API.
Constructors
Link copied to clipboard
constructor(dataDiskIds: List<String>? = null, dataDisks: List<ComputeDataDiskResponse>? = null, networkInterfaceId: String? = null, osDiskId: String? = null, osType: String? = null, statuses: List<ComputeVmInstanceViewStatusResponse>? = null, vmSize: String? = null)