ComputeNodeExtensionOperationsExtensions.List メソッド

定義

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

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Batch.Protocol.Models.NodeVMExtension> List (this Microsoft.Azure.Batch.Protocol.IComputeNodeExtensionOperations operations, string poolId, string nodeId, Microsoft.Azure.Batch.Protocol.Models.ComputeNodeExtensionListOptions computeNodeExtensionListOptions = default);
static member List : Microsoft.Azure.Batch.Protocol.IComputeNodeExtensionOperations * string * string * Microsoft.Azure.Batch.Protocol.Models.ComputeNodeExtensionListOptions -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Batch.Protocol.Models.NodeVMExtension>
<Extension()>
Public Function List (operations As IComputeNodeExtensionOperations, poolId As String, nodeId As String, Optional computeNodeExtensionListOptions As ComputeNodeExtensionListOptions = Nothing) As IPage(Of NodeVMExtension)

パラメーター

operations
IComputeNodeExtensionOperations

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

poolId
String

コンピューティング ノードを含むプールの ID。

nodeId
String

拡張機能を一覧表示するコンピューティング ノードの ID。

computeNodeExtensionListOptions
ComputeNodeExtensionListOptions

操作の追加パラメーター

戻り値

適用対象