共用方式為


AppServiceEnvironmentsOperationsExtensions.GetInboundNetworkDependenciesEndpointsNext Method

Definition

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

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

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 inbound dependencies of an App Service Environment.

Applies to