次の方法で共有


ComputeNodeExtensionOperationsExtensions.ListNextAsync メソッド

定義

指定したプール内のコンピューティング ノード拡張機能を一覧表示します。

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Batch.Protocol.Models.NodeVMExtension>> ListNextAsync (this Microsoft.Azure.Batch.Protocol.IComputeNodeExtensionOperations operations, string nextPageLink, Microsoft.Azure.Batch.Protocol.Models.ComputeNodeExtensionListNextOptions computeNodeExtensionListNextOptions = default, System.Threading.CancellationToken cancellationToken = default);
static member ListNextAsync : Microsoft.Azure.Batch.Protocol.IComputeNodeExtensionOperations * string * Microsoft.Azure.Batch.Protocol.Models.ComputeNodeExtensionListNextOptions * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Batch.Protocol.Models.NodeVMExtension>>
<Extension()>
Public Function ListNextAsync (operations As IComputeNodeExtensionOperations, nextPageLink As String, Optional computeNodeExtensionListNextOptions As ComputeNodeExtensionListNextOptions = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of NodeVMExtension))

パラメーター

operations
IComputeNodeExtensionOperations

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

nextPageLink
String

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

computeNodeExtensionListNextOptions
ComputeNodeExtensionListNextOptions

操作の追加パラメーター

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象