CloudServiceOperationsExtensions.BeginCreatingAsync Method (ICloudServiceOperations, String, CloudServiceCreateParameters)

 

Create a cloud service.

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

<ExtensionAttribute>
Public Shared Function BeginCreatingAsync (
	operations As ICloudServiceOperations,
	cloudServiceName As String,
	parameters As CloudServiceCreateParameters
) As Task(Of AzureOperationResponse)

Parameters

operations
Type: Microsoft.WindowsAzure.Management.Scheduler.ICloudServiceOperations

Reference to the Microsoft.WindowsAzure.Management.Scheduler.ICloudServiceOperations.

cloudServiceName
Type: System.String

Required. The cloud service name.

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

Required. Parameters supplied to the Create cloud service operation.

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: