Share via


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)

Syntax

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

Return Value

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

The Get Details OS Images operation response.

See Also

IVirtualMachineOSImageOperations Interface
Microsoft.WindowsAzure.Management.Compute Namespace

Return to top