次の方法で共有


AppServiceEnvironmentsOperationsExtensions.GetInboundNetworkDependenciesEndpointsNext メソッド

定義

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)

パラメーター

operations
IAppServiceEnvironmentsOperations

この拡張メソッドの操作グループ。

nextPageLink
String

List 操作の前の正常な呼び出しからの NextLink。

戻り値

注釈

「App Service Environmentのすべての受信依存関係のネットワーク エンドポイントを取得する」の説明。

適用対象