Udostępnij za pośrednictwem


VirtualMachineOSImageOperationsExtensions.GetDetailsAsync Method

Definition

Gets OS Image's properties and its replication details. This operation is only for publishers. You have to be registered as image publisher with Windows Azure to be able to call this.

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineOSImageGetDetailsResponse> GetDetailsAsync (this Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOSImageOperations operations, string imageName);
static member GetDetailsAsync : Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOSImageOperations * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineOSImageGetDetailsResponse>
<Extension()>
Public Function GetDetailsAsync (operations As IVirtualMachineOSImageOperations, imageName As String) As Task(Of VirtualMachineOSImageGetDetailsResponse)

Parameters

operations
IVirtualMachineOSImageOperations

Reference to the Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOSImageOperations.

imageName
String

Required. The name of the virtual machine image to replicate.

Returns

The Get Details OS Images operation response.

Applies to