Share via


HostedServiceOperationsExtensions.BeginDeletingAll Method (IHostedServiceOperations, String)

 

The DeleteAll Hosted Service operation deletes the specified cloud service as well as operating system disk, attached data disks, and the source blobs for the disks from storage from Microsoft Azure. (see 'https://msdn.microsoft.com/library/windowsazure/gg441305.aspx' for more information)

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

Syntax

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

Parameters

  • serviceName
    Type: System.String

    Required. The name of the cloud service.

Return Value

Type: Microsoft.Azure.AzureOperationResponse

A standard service response including an HTTP status code and request ID.

See Also

HostedServiceOperationsExtensions Class
Microsoft.WindowsAzure.Management.Compute Namespace

Return to top