Share via


RegisteredIdentitiesOperationsExtensions.DeleteAsync Method

Definition

Unregisters the given container from your Recovery Services vault.

public static System.Threading.Tasks.Task DeleteAsync (this Microsoft.Azure.Management.RecoveryServices.IRegisteredIdentitiesOperations operations, string resourceGroupName, string vaultName, string identityName, System.Threading.CancellationToken cancellationToken = default);
static member DeleteAsync : Microsoft.Azure.Management.RecoveryServices.IRegisteredIdentitiesOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function DeleteAsync (operations As IRegisteredIdentitiesOperations, resourceGroupName As String, vaultName As String, identityName As String, Optional cancellationToken As CancellationToken = Nothing) As Task

Parameters

operations
IRegisteredIdentitiesOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group where the recovery services vault is present.

vaultName
String

The name of the recovery services vault.

identityName
String

Name of the protection container to unregister.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to