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)
Syntax
public static Task<AzureOperationResponse> BeginCreatingAsync(
this ICloudServiceOperations operations,
string cloudServiceName,
CloudServiceCreateParameters parameters
)
public:
[ExtensionAttribute]
static Task<AzureOperationResponse^>^ BeginCreatingAsync(
ICloudServiceOperations^ operations,
String^ cloudServiceName,
CloudServiceCreateParameters^ parameters
)
static member BeginCreatingAsync :
operations:ICloudServiceOperations *
cloudServiceName:string *
parameters:CloudServiceCreateParameters -> Task<AzureOperationResponse>
<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.ICloudServiceOperationsReference to the Microsoft.WindowsAzure.Management.Scheduler.ICloudServiceOperations.
cloudServiceName
Type: System.StringRequired. The cloud service name.
parameters
Type: Microsoft.WindowsAzure.Management.Scheduler.Models.CloudServiceCreateParametersRequired. Parameters supplied to the Create cloud service operation.
Return Value
Type: System.Threading.Tasks.Task<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