HostedServiceOperationsExtensions.BeginDeletingAllAsync 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 Task<AzureOperationResponse> BeginDeletingAllAsync(
this IHostedServiceOperations operations,
string serviceName
)
public:
[ExtensionAttribute]
static Task<AzureOperationResponse^>^ BeginDeletingAllAsync(
IHostedServiceOperations^ operations,
String^ serviceName
)
static member BeginDeletingAllAsync :
operations:IHostedServiceOperations *
serviceName:string -> Task<AzureOperationResponse>
<ExtensionAttribute>
Public Shared Function BeginDeletingAllAsync (
operations As IHostedServiceOperations,
serviceName As String
) As Task(Of AzureOperationResponse)
Parameters
operations
Type: Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperationsReference to the Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations.
serviceName
Type: System.StringRequired. The name of the cloud service.
Return Value
Type: System.Threading.Tasks.Task<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