次の方法で共有


DscpConfigurationOperationsExtensions.ListNext メソッド

定義

DSCP 構成を取得します。

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

パラメーター

operations
IDscpConfigurationOperations

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

nextPageLink
String

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

戻り値

適用対象