共用方式為


VirtualMachineGetResponse Class

Definition

The Get Virtual Machine operation response.

public class VirtualMachineGetResponse : Microsoft.Azure.AzureOperationResponse
type VirtualMachineGetResponse = class
    inherit AzureOperationResponse
Public Class VirtualMachineGetResponse
Inherits AzureOperationResponse
Inheritance
Microsoft.Azure.AzureOperationResponse
VirtualMachineGetResponse

Constructors

VirtualMachineGetResponse()

Initializes a new instance of the VirtualMachineGetResponse class.

Properties

AvailabilitySetName

Optional. The name of the availability set the virtual machine belongs to. This value controls the virtual machine allocation in the Windows Azure environment. Virtual machines specified in the same availability set are allocated to different nodes to maximize availability.

ConfigurationSets

Optional. Contains the collection of configuration sets that contain system and application configuration settings.

DataVirtualHardDisks

Optional. Contains the parameters Azure used to create the data disk for the virtual machine.

DebugSettings

Optional. Debug settings for console output.

DefaultWinRmCertificateThumbprint

Optional. The read-only thumbprint of the certificate that is used with the HTTPS listener for WinRM.

LicenseType

Optional. Specifies that the image or disk that is being used was licensed on-premises. This element is only used for images that contain the Windows Server operating system. Possible values are: Windows_Client, Windows_Server

MigrationState

Optional. Specifies the IaaS Classic to ARM migration state of the virtual machine.Possible values are: None, Preparing, Prepared, PrepareFailed, Committing, Committed, CommitFailed, Aborting, AbortFailed.None is treated as null value and it is not be visible.

OsVersion

Optional. The version of the operating system on which the role instances are running.

OSVirtualHardDisk

Optional. Contains the parameters Azure used to create the operating system disk for the virtual machine.

ProvisionGuestAgent

Optional. Optional. Indicates whether the VM Agent is installed on the Virtual Machine. To run a resource extension in a Virtual Machine,this service must be installed. Possible values are: true, false

RoleName

Optional. The name for the virtual machine. The name is unique within Azure.

RoleSize

Optional. The size of the virtual machine.

RoleType

Optional. The type of the role for the virtual machine. The only supported value is PersistentVMRole.

Applies to