Interface OutboundNetworkDependenciesEndpoints
public interface OutboundNetworkDependenciesEndpoints
Resource collection API of OutboundNetworkDependenciesEndpoints.
-
Method Summary
Modifier and TypeMethodDescriptionlistByService(String resourceGroupName, String serviceName) Gets the network endpoints of all outbound dependencies of a ApiManagement service.com.azure.core.http.rest.Response<OutboundEnvironmentEndpointList> listByServiceWithResponse(String resourceGroupName, String serviceName, com.azure.core.util.Context context) Gets the network endpoints of all outbound dependencies of a ApiManagement service.
-
Method Details
-
listByServiceWithResponse
com.azure.core.http.rest.Response<OutboundEnvironmentEndpointList> 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. The name is case insensitive.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.
-
listByService
Gets the network endpoints of all outbound dependencies of a ApiManagement service.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.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.
-