Share via


IVirtualMachineVMImageOperations.BeginCreatingAsync Method (VirtualMachineVMImageCreateParameters, CancellationToken)

 

The Create VM Image operation creates a VM image that in your image repository. (see https://msdn.microsoft.com/en-us/library/azure/dn775054.aspx for more information)

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

Syntax

Task<AzureOperationResponse> BeginCreatingAsync(
    VirtualMachineVMImageCreateParameters parameters,
    CancellationToken cancellationToken
)
Task<AzureOperationResponse^>^ BeginCreatingAsync(
    VirtualMachineVMImageCreateParameters^ parameters,
    CancellationToken cancellationToken
)
abstract BeginCreatingAsync : 
        parameters:VirtualMachineVMImageCreateParameters *
        cancellationToken:CancellationToken -> Task<AzureOperationResponse>
Function BeginCreatingAsync (
    parameters As VirtualMachineVMImageCreateParameters,
    cancellationToken As CancellationToken
) As Task(Of AzureOperationResponse)

Parameters

Return Value

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

A standard service response including an HTTP status code and request ID.

See Also

IVirtualMachineVMImageOperations Interface
Microsoft.WindowsAzure.Management.Compute Namespace

Return to top