Share via


ProtectionContainersOperationsExtensions.UnregisterAsync Method

Definition

Unregisters the given container from your Recovery Services Vault. This is an asynchronous operation. To determine whether the backend service has finished processing the request, call Get Container Operation Result API.

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

Parameters

operations
IProtectionContainersOperations

The operations group for this extension method.

vaultName
String

The name of the recovery services vault.

resourceGroupName
String

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

fabricName
String

Name of the fabric where the container belongs.

containerName
String

Name of the container which needs to be unregistered from the Recovery Services Vault.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to