ResourceGroupOperationsExtensions.BeginDeletingAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Begin deleting resource group.To determine whether the operation has finished processing the request, call GetLongRunningOperationStatus.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Resources.Models.LongRunningOperationResponse> BeginDeletingAsync (this Microsoft.Azure.Management.Resources.IResourceGroupOperations operations, string resourceGroupName);
static member BeginDeletingAsync : Microsoft.Azure.Management.Resources.IResourceGroupOperations * string -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Resources.Models.LongRunningOperationResponse>
<Extension()>
Public Function BeginDeletingAsync (operations As IResourceGroupOperations, resourceGroupName As String) As Task(Of LongRunningOperationResponse)
Parameters
- operations
- IResourceGroupOperations
Reference to the Microsoft.Azure.Management.Resources.IResourceGroupOperations.
- resourceGroupName
- String
Required. The name of the resource group to be deleted. The name is case insensitive.
Returns
A standard service response for long running operations.
Applies to
Azure SDK for .NET