AppServiceEnvironmentsOperationsExtensions.GetOutboundNetworkDependenciesEndpointsNext Method

Definition

Get the network endpoints of all outbound dependencies of an App Service Environment.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.OutboundEnvironmentEndpoint> GetOutboundNetworkDependenciesEndpointsNext (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink);
static member GetOutboundNetworkDependenciesEndpointsNext : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.OutboundEnvironmentEndpoint>
<Extension()>
Public Function GetOutboundNetworkDependenciesEndpointsNext (operations As IAppServiceEnvironmentsOperations, nextPageLink As String) As IPage(Of OutboundEnvironmentEndpoint)

Parameters

operations
IAppServiceEnvironmentsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Remarks

Description for Get the network endpoints of all outbound dependencies of an App Service Environment.

Applies to