RegisteredIdentitiesClient Interface

public interface RegisteredIdentitiesClient

An instance of this class provides access to all the operations defined in RegisteredIdentitiesClient.

Method Summary

Modifier and Type Method and Description
abstract void delete(String resourceGroupName, String vaultName, String identityName)

Unregisters the given container from your Recovery Services vault.

abstract Response<Void> deleteWithResponse(String resourceGroupName, String vaultName, String identityName, Context context)

Unregisters the given container from your Recovery Services vault.

Method Details

delete

public abstract void delete(String resourceGroupName, String vaultName, String identityName)

Unregisters the given container from your Recovery Services vault.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
vaultName - The name of the recovery services vault.
identityName - Name of the protection container to unregister.

deleteWithResponse

public abstract Response deleteWithResponse(String resourceGroupName, String vaultName, String identityName, Context context)

Unregisters the given container from your Recovery Services vault.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
vaultName - The name of the recovery services vault.
identityName - Name of the protection container to unregister.
context - The context to associate with this operation.

Returns:

Applies to