Interface ResourceGuardProxiesClient


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

      • get

        com.azure.core.http.rest.PagedIterable<ResourceGuardProxyBaseResourceInner> get​(String vaultName,
                                                                                        String resourceGroupName)
        List the ResourceGuardProxies under vault.
        Parameters:
        vaultName - The name of the recovery services vault.
        resourceGroupName - The name of the resource group where the recovery services vault is present.
        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.
      • get

        com.azure.core.http.rest.PagedIterable<ResourceGuardProxyBaseResourceInner> get​(String vaultName,
                                                                                        String resourceGroupName,
                                                                                        com.azure.core.util.Context context)
        List the ResourceGuardProxies under vault.
        Parameters:
        vaultName - The name of the recovery services vault.
        resourceGroupName - The name of the resource group where the recovery services vault is present.
        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.