Udostępnij za pośrednictwem


VirtualMachineOperationsExtensions.BeginCreatingDeploymentAsync Method

Definition

The Begin Creating Virtual Machine Deployment operation provisions a virtual machine based on the supplied configuration. When you create a deployment of a virtual machine, you should make sure that the cloud service and the disk or image that you use are located in the same region. For example, if the cloud service was created in the West US region, the disk or image that you use should also be located in a storage account in the West US region. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj157194.aspx for more information)

public static System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> BeginCreatingDeploymentAsync (this Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineCreateDeploymentParameters parameters);
static member BeginCreatingDeploymentAsync : Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations * string * Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineCreateDeploymentParameters -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>
<Extension()>
Public Function BeginCreatingDeploymentAsync (operations As IVirtualMachineOperations, serviceName As String, parameters As VirtualMachineCreateDeploymentParameters) As Task(Of AzureOperationResponse)

Parameters

operations
IVirtualMachineOperations

Reference to the Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations.

serviceName
String

Required. The name of your service.

parameters
VirtualMachineCreateDeploymentParameters

Required. Parameters supplied to the Begin Creating Virtual Machine Deployment operation.

Returns

Task<Microsoft.Azure.AzureOperationResponse>

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

Applies to