VirtualMachineScaleSetVMInstanceView Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The instance view of a virtual machine scale set VM.
public class VirtualMachineScaleSetVMInstanceView
type VirtualMachineScaleSetVMInstanceView = class
Public Class VirtualMachineScaleSetVMInstanceView
- Inheritance
-
VirtualMachineScaleSetVMInstanceView
Constructors
VirtualMachineScaleSetVMInstanceView() |
Initializes a new instance of the VirtualMachineScaleSetVMInstanceView class. |
VirtualMachineScaleSetVMInstanceView(Nullable<Int32>, Nullable<Int32>, String, VirtualMachineAgentInstanceView, MaintenanceRedeployStatus, IList<DiskInstanceView>, IList<VirtualMachineExtensionInstanceView>, VirtualMachineHealthStatus, BootDiagnosticsInstanceView, IList<InstanceViewStatus>, String, String, String, String, String, String) |
Initializes a new instance of the VirtualMachineScaleSetVMInstanceView class. |
Properties
AssignedHost |
Gets resource id of the dedicated host, on which the virtual machine is allocated through automatic placement, when the virtual machine is associated with a dedicated host group that has automatic placement enabled. Minimum api-version: 2020-06-01. |
BootDiagnostics |
Gets or sets boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status. You can easily view the output of your console log. Azure also enables you to see a screenshot of the VM from the hypervisor. |
ComputerName |
Gets or sets specifies the host OS name of the virtual machine. <br><br> This name cannot be updated after the VM is created. <br><br> Max-length (Windows): 15 characters <br><br> Max-length (Linux): 64 characters. <br><br> For naming conventions and restrictions see Azure infrastructure services implementation guidelines. |
Disks |
Gets or sets the disks information. |
Extensions |
Gets or sets the extensions information. |
HyperVGeneration |
Gets or sets the hypervisor generation of the Virtual Machine [V1, V2]. Possible values include: 'V1', 'V2' |
MaintenanceRedeployStatus |
Gets or sets the Maintenance Operation status on the virtual machine. |
OsName |
Gets or sets the Operating System running on the hybrid machine. |
OsVersion |
Gets or sets the version of Operating System running on the hybrid machine. |
PlacementGroupId |
Gets or sets the placement group in which the VM is running. If the VM is deallocated it will not have a placementGroupId. |
PlatformFaultDomain |
Gets or sets the Fault Domain count. |
PlatformUpdateDomain |
Gets or sets the Update Domain count. |
RdpThumbPrint |
Gets or sets the Remote desktop certificate thumbprint. |
Statuses |
Gets or sets the resource status information. |
VmAgent |
Gets or sets the VM Agent running on the virtual machine. |
VmHealth |
Gets the health status for the VM. |
Applies to
Azure SDK for .NET