Share via


CloudServiceOperationsExtensions.BeginDeleting Method (ICloudServiceOperations, String)

 

Delete a cloud service.

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

Syntax

public static AzureOperationResponse BeginDeleting(
    this ICloudServiceOperations operations,
    string cloudServiceName
)
public:
[ExtensionAttribute]
static AzureOperationResponse^ BeginDeleting(
    ICloudServiceOperations^ operations,
    String^ cloudServiceName
)
static member BeginDeleting : 
        operations:ICloudServiceOperations *
        cloudServiceName:string -> AzureOperationResponse
<ExtensionAttribute>
Public Shared Function BeginDeleting (
    operations As ICloudServiceOperations,
    cloudServiceName As String
) As AzureOperationResponse

Parameters

  • cloudServiceName
    Type: System.String

    Required. The cloud service name.

Return Value

Type: Microsoft.Azure.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