Interface DppResourceGuardProxiesClient


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

    • list

      com.azure.core.http.rest.PagedIterable<ResourceGuardProxyBaseResourceInner> list(String resourceGroupName, String vaultName)
      The list operation.
      Parameters:
      resourceGroupName - The name of the resource group where the backup vault is present.
      vaultName - The name of the backup vault.
      Returns:
      list of ResourceGuardProxyBase resources as paginated response with PagedIterable.
      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.
    • list

      com.azure.core.http.rest.PagedIterable<ResourceGuardProxyBaseResourceInner> list(String resourceGroupName, String vaultName, com.azure.core.util.Context context)
      The list operation.
      Parameters:
      resourceGroupName - The name of the resource group where the backup vault is present.
      vaultName - The name of the backup vault.
      context - The context to associate with this operation.
      Returns:
      list of ResourceGuardProxyBase resources as paginated response with PagedIterable.
      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.
    • getWithResponse

      com.azure.core.http.rest.Response<ResourceGuardProxyBaseResourceInner> getWithResponse(String resourceGroupName, String vaultName, String resourceGuardProxyName, com.azure.core.util.Context context)
      The get operation.
      Parameters:
      resourceGroupName - The name of the resource group where the backup vault is present.
      vaultName - The name of the backup vault.
      resourceGuardProxyName - The resourceGuardProxyName parameter.
      context - The context to associate with this operation.
      Returns:
      the response body along with 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.
    • get

      ResourceGuardProxyBaseResourceInner get(String resourceGroupName, String vaultName, String resourceGuardProxyName)
      The get operation.
      Parameters:
      resourceGroupName - The name of the resource group where the backup vault is present.
      vaultName - The name of the backup vault.
      resourceGuardProxyName - The resourceGuardProxyName parameter.
      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.
    • putWithResponse

      com.azure.core.http.rest.Response<ResourceGuardProxyBaseResourceInner> putWithResponse(String resourceGroupName, String vaultName, String resourceGuardProxyName, ResourceGuardProxyBaseResourceInner parameters, com.azure.core.util.Context context)
      The put operation.
      Parameters:
      resourceGroupName - The name of the resource group where the backup vault is present.
      vaultName - The name of the backup vault.
      resourceGuardProxyName - The resourceGuardProxyName parameter.
      parameters - Request body for operation.
      context - The context to associate with this operation.
      Returns:
      the response body along with 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.
    • put

      ResourceGuardProxyBaseResourceInner put(String resourceGroupName, String vaultName, String resourceGuardProxyName, ResourceGuardProxyBaseResourceInner parameters)
      The put operation.
      Parameters:
      resourceGroupName - The name of the resource group where the backup vault is present.
      vaultName - The name of the backup vault.
      resourceGuardProxyName - The resourceGuardProxyName parameter.
      parameters - Request body for 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.
    • deleteWithResponse

      com.azure.core.http.rest.Response<Void> deleteWithResponse(String resourceGroupName, String vaultName, String resourceGuardProxyName, com.azure.core.util.Context context)
      The delete operation.
      Parameters:
      resourceGroupName - The name of the resource group where the backup vault is present.
      vaultName - The name of the backup vault.
      resourceGuardProxyName - The resourceGuardProxyName parameter.
      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.
    • delete

      void delete(String resourceGroupName, String vaultName, String resourceGuardProxyName)
      The delete operation.
      Parameters:
      resourceGroupName - The name of the resource group where the backup vault is present.
      vaultName - The name of the backup vault.
      resourceGuardProxyName - The resourceGuardProxyName parameter.
      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.
    • unlockDeleteWithResponse

      com.azure.core.http.rest.Response<UnlockDeleteResponseInner> unlockDeleteWithResponse(String resourceGroupName, String vaultName, String resourceGuardProxyName, UnlockDeleteRequest parameters, com.azure.core.util.Context context)
      The unlockDelete operation.
      Parameters:
      resourceGroupName - The name of the resource group where the backup vault is present.
      vaultName - The name of the backup vault.
      resourceGuardProxyName - The resourceGuardProxyName parameter.
      parameters - Request body for operation.
      context - The context to associate with this operation.
      Returns:
      response of Unlock Delete API along with 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.
    • unlockDelete

      UnlockDeleteResponseInner unlockDelete(String resourceGroupName, String vaultName, String resourceGuardProxyName, UnlockDeleteRequest parameters)
      The unlockDelete operation.
      Parameters:
      resourceGroupName - The name of the resource group where the backup vault is present.
      vaultName - The name of the backup vault.
      resourceGuardProxyName - The resourceGuardProxyName parameter.
      parameters - Request body for operation.
      Returns:
      response of Unlock Delete API.
      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.