ICloudServiceOperations::BeginDeletingAsync Method (String^, CancellationToken)
Delete a cloud service.
Assembly: Microsoft.WindowsAzure.Management.Scheduler (in Microsoft.WindowsAzure.Management.Scheduler.dll)
Task<AzureOperationResponse^>^ BeginDeletingAsync( String^ cloudServiceName, CancellationToken cancellationToken )
Parameters
- cloudServiceName
-
Type:
System::String^
The cloud service name.
- cancellationToken
-
Type:
System.Threading::CancellationToken
Cancellation token.
Return Value
Type: System.Threading.Tasks::Task<AzureOperationResponse^>^A standard service response including an HTTP status code and request ID.
Show: