VirtualMachineOperationsExtensions.BeginCreatingDeploymentAsync Method (IVirtualMachineOperations, String, VirtualMachineCreateDeploymentParameters)

 

Asynchronously initiates the creation or a new Virtual Machine deployment.

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

<ExtensionAttribute>
Public Shared Function BeginCreatingDeploymentAsync (
	operations As IVirtualMachineOperations,
	serviceName As String,
	parameters As VirtualMachineCreateDeploymentParameters
) As Task(Of AzureOperationResponse)

Parameters

operations
Type: Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations

The IVirtualMachineOperations object that specifies the operations for managing Virtual Machines.

serviceName
Type: System.String

The name of the cloud service in which the Virtual Machine should be deployed.

parameters
Type: Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineCreateDeploymentParameters

The VirtualMachineCreateDeploymentParameters object that contains the parameters that are used to create the Virtual Machine deployment.

Return Value

Type: System.Threading.Tasks.Task(Of AzureOperationResponse)

An OperationResponse object that includes an HTTP status code and request ID.

Return to top
Show: