共用方式為


RegisteredIdentitiesOperationsExtensions.Delete Method

Definition

Unregisters the given container from your Recovery Services vault.

public static void Delete (this Microsoft.Azure.Management.RecoveryServices.IRegisteredIdentitiesOperations operations, string resourceGroupName, string vaultName, string identityName);
static member Delete : Microsoft.Azure.Management.RecoveryServices.IRegisteredIdentitiesOperations * string * string * string -> unit
<Extension()>
Public Sub Delete (operations As IRegisteredIdentitiesOperations, resourceGroupName As String, vaultName As String, identityName As String)

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.

Applies to