Interface RegisteredIdentitiesClient


public interface RegisteredIdentitiesClient
An instance of this class provides access to all the operations defined in RegisteredIdentitiesClient.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    delete(String resourceGroupName, String vaultName, String identityName)
    Unregisters the given container from your Recovery Services vault.
    com.azure.core.http.rest.Response<Void>
    deleteWithResponse(String resourceGroupName, String vaultName, String identityName, com.azure.core.util.Context context)
    Unregisters the given container from your Recovery Services vault.
  • Method Details

    • delete

      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 where the recovery services vault is present.
      vaultName - The name of the recovery services vault.
      identityName - Name of the protection container to unregister.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • deleteWithResponse

      com.azure.core.http.rest.Response<Void> deleteWithResponse(String resourceGroupName, String vaultName, String identityName, com.azure.core.util.Context context)
      Unregisters the given container from your Recovery Services vault.
      Parameters:
      resourceGroupName - The name of the resource group where the recovery services vault is present.
      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:
      the Response.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.