ResourceGroupOperationsExtensions.BeginDeleting 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 Microsoft.Azure.Management.Resources.Models.LongRunningOperationResponse BeginDeleting (this Microsoft.Azure.Management.Resources.IResourceGroupOperations operations, string resourceGroupName);
static member BeginDeleting : Microsoft.Azure.Management.Resources.IResourceGroupOperations * string -> Microsoft.Azure.Management.Resources.Models.LongRunningOperationResponse
<Extension()>
Public Function BeginDeleting (operations As IResourceGroupOperations, resourceGroupName As String) As 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