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 'http://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)

public static AzureOperationResponse BeginDeletingAll(
	this IHostedServiceOperations operations,
	string serviceName
)

Parameters

operations
Type: Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations

Reference to the Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations.

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.

Return to top
Show: