次の方法で共有


ConfigurationPolicyGroupsOperationsExtensions.ListByVpnServerConfigurationNextAsync メソッド

定義

vpnServerConfiguration のリソース グループ内のすべての configurationPolicyGroup を一覧表示します。

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.VpnServerConfigurationPolicyGroup>> ListByVpnServerConfigurationNextAsync (this Microsoft.Azure.Management.Network.IConfigurationPolicyGroupsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListByVpnServerConfigurationNextAsync : Microsoft.Azure.Management.Network.IConfigurationPolicyGroupsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.VpnServerConfigurationPolicyGroup>>
<Extension()>
Public Function ListByVpnServerConfigurationNextAsync (operations As IConfigurationPolicyGroupsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of VpnServerConfigurationPolicyGroup))

パラメーター

operations
IConfigurationPolicyGroupsOperations

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

nextPageLink
String

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象