Share via


ProtectionContainersOperationsExtensions.Unregister 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 void Unregister (this Microsoft.Azure.Management.RecoveryServices.Backup.IProtectionContainersOperations operations, string vaultName, string resourceGroupName, string fabricName, string containerName);
static member Unregister : Microsoft.Azure.Management.RecoveryServices.Backup.IProtectionContainersOperations * string * string * string * string -> unit
<Extension()>
Public Sub Unregister (operations As IProtectionContainersOperations, vaultName As String, resourceGroupName As String, fabricName As String, containerName As String)

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.

Applies to