次の方法で共有


ComputeNodeOperationsExtensions.List メソッド

定義

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

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Batch.Protocol.Models.ComputeNode> List (this Microsoft.Azure.Batch.Protocol.IComputeNodeOperations operations, string poolId, Microsoft.Azure.Batch.Protocol.Models.ComputeNodeListOptions computeNodeListOptions = default);
static member List : Microsoft.Azure.Batch.Protocol.IComputeNodeOperations * string * Microsoft.Azure.Batch.Protocol.Models.ComputeNodeListOptions -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Batch.Protocol.Models.ComputeNode>
<Extension()>
Public Function List (operations As IComputeNodeOperations, poolId As String, Optional computeNodeListOptions As ComputeNodeListOptions = Nothing) As IPage(Of ComputeNode)

パラメーター

operations
IComputeNodeOperations

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

poolId
String

コンピューティング ノードを一覧表示するプールの ID。

computeNodeListOptions
ComputeNodeListOptions

操作の追加パラメーター

戻り値

適用対象