VirtualMachineVMImageOperationsExtensions.GetDetailsAsync Method (IVirtualMachineVMImageOperations, String)

 

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.

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

<ExtensionAttribute>
Public Shared Function GetDetailsAsync (
	operations As IVirtualMachineVMImageOperations,
	vmImageName As String
) As Task(Of VirtualMachineVMImageGetDetailsResponse)

Parameters

operations
Type: Microsoft.WindowsAzure.Management.Compute.IVirtualMachineVMImageOperations

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

vmImageName
Type: System.String

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

Return Value

Type: System.Threading.Tasks.Task(Of VirtualMachineVMImageGetDetailsResponse)

The Get Details VM Images operation response.

Return to top
Show: