VirtualMachineGetResponse Class

 

Represents a Virtual Machine.

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

Inheritance Hierarchy

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

Syntax

public class VirtualMachineGetResponse : AzureOperationResponse
public ref class VirtualMachineGetResponse : AzureOperationResponse
type VirtualMachineGetResponse = 
    class
        inherit AzureOperationResponse
    end
Public Class VirtualMachineGetResponse
    Inherits AzureOperationResponse

Constructors

Name Description
VirtualMachineGetResponse()

Initializes a new instance of the VirtualMachineGetResponse class.

Properties

Name Description
AvailabilitySetName

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

ConfigurationSets

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

DataVirtualHardDisks

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

DefaultWinRmCertificateThumbprint

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

OsVersion

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

OSVirtualHardDisk

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

RequestId

(Inherited from AzureOperationResponse.)

RoleName

Gets or sets the name of the Virtual Machine.

RoleSize

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

RoleType

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

StatusCode

(Inherited from HttpOperationResponse.)

Methods

Name Description
Equals(Object)

(Inherited from Object.)

Finalize()

(Inherited from Object.)

GetHashCode()

(Inherited from Object.)

GetType()

(Inherited from Object.)

MemberwiseClone()

(Inherited from Object.)

ToString()

(Inherited from Object.)

Thread Safety

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

See Also

Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top