CloudServiceOperationsExtensions.BeginDeleting Method (ICloudServiceOperations, String)
Delete a cloud service.
Assembly: Microsoft.WindowsAzure.Management.Scheduler (in Microsoft.WindowsAzure.Management.Scheduler.dll)
<ExtensionAttribute> Public Shared Function BeginDeleting ( operations As ICloudServiceOperations, cloudServiceName As String ) As 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.
Return Value
Type: Microsoft.Azure.AzureOperationResponseA standard service response including an HTTP status code and request ID.
Show: