Udostępnij za pośrednictwem


VirtualMachineVMImageOperationsExtensions.GetDetailsAsync Method

Definition

Gets VMImage'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.VirtualMachineVMImageGetDetailsResponse> GetDetailsAsync (this Microsoft.WindowsAzure.Management.Compute.IVirtualMachineVMImageOperations operations, string vmImageName);
static member GetDetailsAsync : Microsoft.WindowsAzure.Management.Compute.IVirtualMachineVMImageOperations * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineVMImageGetDetailsResponse>
<Extension()>
Public Function GetDetailsAsync (operations As IVirtualMachineVMImageOperations, vmImageName As String) As Task(Of VirtualMachineVMImageGetDetailsResponse)

Parameters

operations
IVirtualMachineVMImageOperations

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

vmImageName
String

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

Returns

The Get Details VM Images operation response.

Applies to