Share via


VirtualMachineOperationsExtensions.Create Method

Adds a Virtual Machine to an existing deployment.

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

Usage

'Usage
Dim operations As IVirtualMachineOperations
Dim serviceName As String
Dim deploymentName As String
Dim parameters As VirtualMachineCreateParameters
Dim returnValue As OperationStatusResponse

returnValue = VirtualMachineOperationsExtensions.Create(operations, serviceName, deploymentName, parameters)

Syntax

'Declaration
<ExtensionAttribute> _
Public Shared Function Create ( _
    operations As IVirtualMachineOperations, _
    serviceName As String, _
    deploymentName As String, _
    parameters As VirtualMachineCreateParameters _
) As OperationStatusResponse
[ExtensionAttribute] 
public static OperationStatusResponse Create (
    IVirtualMachineOperations operations,
    string serviceName,
    string deploymentName,
    VirtualMachineCreateParameters parameters
)
[ExtensionAttribute] 
public:
static OperationStatusResponse^ Create (
    IVirtualMachineOperations^ operations, 
    String^ serviceName, 
    String^ deploymentName, 
    VirtualMachineCreateParameters^ parameters
)
/** @attribute ExtensionAttribute() */ 
public static OperationStatusResponse Create (
    IVirtualMachineOperations operations, 
    String serviceName, 
    String deploymentName, 
    VirtualMachineCreateParameters parameters
)
ExtensionAttribute 
public static function Create (
    operations : IVirtualMachineOperations, 
    serviceName : String, 
    deploymentName : String, 
    parameters : VirtualMachineCreateParameters
) : OperationStatusResponse

Parameters

  • serviceName
    The name of the cloud service to which the Virtual Machine should be added.
  • deploymentName
    The name of the deployment.

Return Value

The ComputeOperationStatusResponse object that contains the status of the operation.

Remarks

If the asynchronous operation succeeds, the response includes the HTTP status code for the successful request. If the asynchronous operation failed, the response includes the HTTP status code for the failed request, and also includes error information about the failure.

For more information about adding a Virtual Machine to an existing deployment, see the following resources:

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

VirtualMachineOperationsExtensions Class
VirtualMachineOperationsExtensions Members
Microsoft.WindowsAzure.Management.Compute Namespace