VirtualMachineDiskUpdateResponse Class

 

A virtual machine disk associated with your subscription.

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.VirtualMachineDiskUpdateResponse

Public Class VirtualMachineDiskUpdateResponse
	Inherits AzureOperationResponse

NameDescription
System_CAPS_pubmethodVirtualMachineDiskUpdateResponse()

Initializes a new instance of the VirtualMachineDiskUpdateResponse class.

NameDescription
System_CAPS_pubpropertyAffinityGroup

Optional. The affinity group in which the disk is located. The AffinityGroup value is derived from storage account that contains the blob in which the media is located. If the storage account does not belong to an affinity group the value is NULL.

System_CAPS_pubpropertyIOType

Optional. Gets or sets the IO type.

System_CAPS_pubpropertyIsPremium

Optional. Specifies whether the contained image is a premium image.

System_CAPS_pubpropertyLabel

Optional. The friendly name of the disk

System_CAPS_pubpropertyLocation

Optional. The geo-location in which the disk is located. The Location value is derived from storage account that contains the blob in which the disk is located. If the storage account belongs to an affinity group the value is NULL.

System_CAPS_pubpropertyLogicalSizeInGB

Optional. The size, in GB, of the disk.

System_CAPS_pubpropertyMediaLinkUri

Optional. The location of the blob in the blob store in which the media for the disk is located. The blob location belongs to a storage account in the subscription specified by the SubscriptionId value in the operation call. Example: http://example.blob.core.windows.net/disks/mydisk.vhd

System_CAPS_pubpropertyName

Optional. The name of the disk. This is the name that is used when creating one or more virtual machines using the disk.

System_CAPS_pubpropertyOperatingSystem

Optional. The Operating System type for the disk.

System_CAPS_pubpropertyRequestId

(Inherited from AzureOperationResponse.)

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: