VirtualMachineGetResponse Class

 

Represents a Virtual Machine.

Namespace:   Microsoft.WindowsAzure.Management.Compute.Models
Assembly:  Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)

System.Object
  Hyak.Common.HttpOperationResponse
    Microsoft.Azure.AzureOperationResponse
      Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineGetResponse

type VirtualMachineGetResponse = 
    class
        inherit AzureOperationResponse
    end

NameDescription
System_CAPS_pubmethodVirtualMachineGetResponse()

Initializes a new instance of the VirtualMachineGetResponse class.

NameDescription
System_CAPS_pubpropertyAvailabilitySetName

Gets or sets the name of an availability set to which the Virtual Machine belongs.

System_CAPS_pubpropertyConfigurationSets

Gets or sets a collection of ConfigurationSet objects that define the system and application configuration settings for a Virtual Machine.

System_CAPS_pubpropertyDataVirtualHardDisks

Gets or sets a collection of DataVirtualHardDisk objects that define the parameters that are used to add data disks to a Virtual Machine.

System_CAPS_pubpropertyDefaultWinRmCertificateThumbprint

Gets or sets the read-only thumbprint of the certificate that is used with the HTTPS listener for WinRM.

System_CAPS_pubpropertyOsVersion

Gets or sets the version of the operating system on which the role instances are running.

System_CAPS_pubpropertyOSVirtualHardDisk

Gets or sets an OSVirtualHardDisk object that defines the parameters that are used to create the operating system disk for a Virtual Machine.

System_CAPS_pubpropertyRequestId

(Inherited from AzureOperationResponse.)

System_CAPS_pubpropertyRoleName

Gets or sets the name of the Virtual Machine.

System_CAPS_pubpropertyRoleSize

Gets or sets a VirtualMachineRoleSize value that specifies the size of the Virtual Machine.

System_CAPS_pubpropertyRoleType

Gets or sets the type of the role for the Virtual Machine.

System_CAPS_pubpropertyStatusCode

(Inherited from HttpOperationResponse.)

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: