VirtualMachineDiskOperationsExtensions.GetDisk Method
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 Get Disk operation retrieves a disk from the user image repository. The disk can be an operating system disk or a data disk. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj157178.aspx for more information)
public static Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineDiskGetResponse GetDisk (this Microsoft.WindowsAzure.Management.Compute.IVirtualMachineDiskOperations operations, string name);
static member GetDisk : Microsoft.WindowsAzure.Management.Compute.IVirtualMachineDiskOperations * string -> Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineDiskGetResponse
<Extension()>
Public Function GetDisk (operations As IVirtualMachineDiskOperations, name As String) As VirtualMachineDiskGetResponse
Parameters
- operations
- IVirtualMachineDiskOperations
Reference to the Microsoft.WindowsAzure.Management.Compute.IVirtualMachineDiskOperations.
- name
- String
Required. The name of the disk.
Returns
A virtual machine disk associated with your subscription.
Applies to
Azure SDK for .NET