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 'http://msdn.microsoft.com/library/windowsazure/gg441305.aspx' for more information)
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
<ExtensionAttribute> Public Shared Function BeginDeletingAllAsync ( operations As IHostedServiceOperations, serviceName As String ) As Task(Of AzureOperationResponse)
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: System.Threading.Tasks.Task(Of AzureOperationResponse)A standard service response including an HTTP status code and request ID.
Show: