次の方法で共有


ApplicationGatewaysOperationsExtensions.ListAvailableSslPredefinedPoliciesNext メソッド

定義

Ssl ポリシーを構成するための SSL 定義済みポリシーをすべて一覧表示します。

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.ApplicationGatewaySslPredefinedPolicy> ListAvailableSslPredefinedPoliciesNext (this Microsoft.Azure.Management.Network.IApplicationGatewaysOperations operations, string nextPageLink);
static member ListAvailableSslPredefinedPoliciesNext : Microsoft.Azure.Management.Network.IApplicationGatewaysOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.ApplicationGatewaySslPredefinedPolicy>
<Extension()>
Public Function ListAvailableSslPredefinedPoliciesNext (operations As IApplicationGatewaysOperations, nextPageLink As String) As IPage(Of ApplicationGatewaySslPredefinedPolicy)

パラメーター

operations
IApplicationGatewaysOperations

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

nextPageLink
String

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

戻り値

適用対象