IVirtualMachineVMImageOperations.GetDetailsAsync Method (String, CancellationToken)

 

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)

Function GetDetailsAsync (
	vmImageName As String,
	cancellationToken As CancellationToken
) As Task(Of VirtualMachineVMImageGetDetailsResponse)

Parameters

vmImageName
Type: System.String

The name of the virtual machine image to replicate.

cancellationToken
Type: System.Threading.CancellationToken

Cancellation token.

Return Value

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

The Get Details VM Images operation response.

Return to top
Show: