共用方式為


VirtualMachineOperationsExtensions.BeginCreatingDeployment 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 Microsoft.Azure.AzureOperationResponse BeginCreatingDeployment (this Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineCreateDeploymentParameters parameters);
static member BeginCreatingDeployment : Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations * string * Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineCreateDeploymentParameters -> Microsoft.Azure.AzureOperationResponse
<Extension()>
Public Function BeginCreatingDeployment (operations As IVirtualMachineOperations, serviceName As String, parameters As VirtualMachineCreateDeploymentParameters) As 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

Microsoft.Azure.AzureOperationResponse

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

Applies to