CloudServiceOperationsExtensions.BeginCreating Method (ICloudServiceOperations, String, CloudServiceCreateParameters)

 

Create a cloud service.

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

Syntax

public static AzureOperationResponse BeginCreating(
    this ICloudServiceOperations operations,
    string cloudServiceName,
    CloudServiceCreateParameters parameters
)
public:
[ExtensionAttribute]
static AzureOperationResponse^ BeginCreating(
    ICloudServiceOperations^ operations,
    String^ cloudServiceName,
    CloudServiceCreateParameters^ parameters
)
static member BeginCreating : 
        operations:ICloudServiceOperations *
        cloudServiceName:string *
        parameters:CloudServiceCreateParameters -> AzureOperationResponse
<ExtensionAttribute>
Public Shared Function BeginCreating (
    operations As ICloudServiceOperations,
    cloudServiceName As String,
    parameters As CloudServiceCreateParameters
) As AzureOperationResponse

Parameters

  • cloudServiceName
    Type: System.String

    Required. The cloud service name.

Return Value

Type: Microsoft.Azure.AzureOperationResponse

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

See Also

CloudServiceOperationsExtensions Class
Microsoft.WindowsAzure.Management.Scheduler Namespace

Return to top