Share via


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)

Syntax

Task<VirtualMachineVMImageGetDetailsResponse> GetDetailsAsync(
    string vmImageName,
    CancellationToken cancellationToken
)
Task<VirtualMachineVMImageGetDetailsResponse^>^ GetDetailsAsync(
    String^ vmImageName,
    CancellationToken cancellationToken
)
abstract GetDetailsAsync : 
        vmImageName:string *
        cancellationToken:CancellationToken -> Task<VirtualMachineVMImageGetDetailsResponse>
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.

Return Value

Type: System.Threading.Tasks.Task<VirtualMachineVMImageGetDetailsResponse>

The Get Details VM Images operation response.

See Also

IVirtualMachineVMImageOperations Interface
Microsoft.WindowsAzure.Management.Compute Namespace

Return to top