Virtual Machine Scale Set VMInstance View Response
data class VirtualMachineScaleSetVMInstanceViewResponse(val assignedHost: String, val bootDiagnostics: BootDiagnosticsInstanceViewResponse? = null, val computerName: String? = null, val disks: List<DiskInstanceViewResponse>? = null, val extensions: List<VirtualMachineExtensionInstanceViewResponse>? = null, val hyperVGeneration: String? = null, val maintenanceRedeployStatus: MaintenanceRedeployStatusResponse? = null, val osName: String? = null, val osVersion: String? = null, val placementGroupId: String? = null, val platformFaultDomain: Int? = null, val platformUpdateDomain: Int? = null, val rdpThumbPrint: String? = null, val statuses: List<InstanceViewStatusResponse>? = null, val vmAgent: VirtualMachineAgentInstanceViewResponse? = null, val vmHealth: VirtualMachineHealthStatusResponse)
The instance view of a virtual machine scale set VM.
Constructors
Link copied to clipboard
fun VirtualMachineScaleSetVMInstanceViewResponse(assignedHost: String, bootDiagnostics: BootDiagnosticsInstanceViewResponse? = null, computerName: String? = null, disks: List<DiskInstanceViewResponse>? = null, extensions: List<VirtualMachineExtensionInstanceViewResponse>? = null, hyperVGeneration: String? = null, maintenanceRedeployStatus: MaintenanceRedeployStatusResponse? = null, osName: String? = null, osVersion: String? = null, placementGroupId: String? = null, platformFaultDomain: Int? = null, platformUpdateDomain: Int? = null, rdpThumbPrint: String? = null, statuses: List<InstanceViewStatusResponse>? = null, vmAgent: VirtualMachineAgentInstanceViewResponse? = null, vmHealth: VirtualMachineHealthStatusResponse)
Types
Properties
Link copied to clipboard
Specifies the host OS name of the virtual machine.
This name cannot be updated after the VM is created.
Max-length (Windows): 15 characters
Max-length (Linux): 64 characters.
For naming conventions and restrictions see Azure infrastructure services implementation guidelines.
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