VirtualMachineVMImageOperationsExtensions::BeginCreating 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)

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

public:
[ExtensionAttribute]
static AzureOperationResponse^ BeginCreating(
	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: Microsoft.Azure::AzureOperationResponse^

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

Return to top
Show: