OutboundNetworkDependenciesEndpoints interface

Interface representing a OutboundNetworkDependenciesEndpoints.

Methods

listByService(string, string, OutboundNetworkDependenciesEndpointsListByServiceOptionalParams)

Gets the network endpoints of all outbound dependencies of a ApiManagement service.

Method Details

listByService(string, string, OutboundNetworkDependenciesEndpointsListByServiceOptionalParams)

Gets the network endpoints of all outbound dependencies of a ApiManagement service.

function listByService(resourceGroupName: string, serviceName: string, options?: OutboundNetworkDependenciesEndpointsListByServiceOptionalParams): Promise<OutboundEnvironmentEndpointList>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

serviceName

string

The name of the API Management service.

Returns