ICloudServiceOperations.BeginCreatingAsync Method (String, CloudServiceCreateParameters, CancellationToken)

 

Create a cloud service.

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

Function BeginCreatingAsync (
	cloudServiceName As String,
	parameters As CloudServiceCreateParameters,
	cancellationToken As CancellationToken
) As Task(Of AzureOperationResponse)

Parameters

cloudServiceName
Type: System.String

The cloud service name.

parameters
Type: Microsoft.WindowsAzure.Management.Scheduler.Models.CloudServiceCreateParameters

Parameters supplied to the Create cloud service operation.

cancellationToken
Type: System.Threading.CancellationToken

Cancellation token.

Return Value

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

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

Return to top
Show: