Interface PortalSettingsClient


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

      • listByService

        PortalSettingsCollectionInner listByService​(String resourceGroupName,
                                                    String serviceName)
        Lists a collection of portalsettings defined within a service instance..
        Parameters:
        resourceGroupName - The name of the resource group.
        serviceName - The name of the API Management service.
        Returns:
        descriptions of APIM policies.
        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.
      • listByServiceWithResponse

        com.azure.core.http.rest.Response<PortalSettingsCollectionInner> listByServiceWithResponse​(String resourceGroupName,
                                                                                                   String serviceName,
                                                                                                   com.azure.core.util.Context context)
        Lists a collection of portalsettings defined within a service instance..
        Parameters:
        resourceGroupName - The name of the resource group.
        serviceName - The name of the API Management service.
        context - The context to associate with this operation.
        Returns:
        descriptions of APIM policies 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.