IVirtualMachineOSImageOperations.GetDetailsAsync Method (String, CancellationToken)

 

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.

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

Function GetDetailsAsync (
	imageName As String,
	cancellationToken As CancellationToken
) As Task(Of VirtualMachineOSImageGetDetailsResponse)

Parameters

imageName
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 VirtualMachineOSImageGetDetailsResponse)

The Get Details OS Images operation response.

Return to top
Show: