IVirtualMachineVMImageOperations.BeginCreatingAsync Method (VirtualMachineVMImageCreateParameters, CancellationToken)
The Create VM Image operation creates a VM image that in your image repository. (see http://msdn.microsoft.com/en-us/library/azure/dn775054.aspx for more information)
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
Function BeginCreatingAsync ( parameters As VirtualMachineVMImageCreateParameters, cancellationToken As CancellationToken ) As Task(Of AzureOperationResponse)
Parameters
- parameters
-
Type:
Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineVMImageCreateParameters
Parameters supplied to the virtual machine VM image create operation.
- cancellationToken
-
Type:
System.Threading.CancellationToken
Cancellation token.
Return Value
Type: System.Threading.Tasks.Task(Of AzureOperationResponse)A standard service response including an HTTP status code and request ID.
Show: