VirtualMachineVMImageOperationsExtensions::BeginCreatingAsync Method (IVirtualMachineVMImageOperations^, VirtualMachineVMImageCreateParameters^)
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)
public: [ExtensionAttribute] static Task<AzureOperationResponse^>^ BeginCreatingAsync( IVirtualMachineVMImageOperations^ operations, VirtualMachineVMImageCreateParameters^ parameters )
Parameters
- operations
-
Type:
Microsoft.WindowsAzure.Management.Compute::IVirtualMachineVMImageOperations^
Reference to the Microsoft.WindowsAzure.Management.Compute.IVirtualMachineVMImageOperations.
- parameters
-
Type:
Microsoft.WindowsAzure.Management.Compute.Models::VirtualMachineVMImageCreateParameters^
Required. Parameters supplied to the virtual machine VM image create operation.
Return Value
Type: System.Threading.Tasks::Task<AzureOperationResponse^>^A standard service response including an HTTP status code and request ID.
Show: