Interface OutboundNetworkDependenciesEndpointsClient


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

      • listByService

        OutboundEnvironmentEndpointListInner listByService​(String resourceGroupName,
                                                           String serviceName)
        Gets the network endpoints of all outbound dependencies of a ApiManagement service.
        Parameters:
        resourceGroupName - The name of the resource group.
        serviceName - The name of the API Management service.
        Returns:
        the network endpoints of all outbound dependencies of a ApiManagement service.
        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<OutboundEnvironmentEndpointListInner> listByServiceWithResponse​(String resourceGroupName,
                                                                                                          String serviceName,
                                                                                                          com.azure.core.util.Context context)
        Gets the network endpoints of all outbound dependencies of a ApiManagement service.
        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:
        the network endpoints of all outbound dependencies of a ApiManagement service 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.