次の方法で共有


PoolOperations.ListComputeNodeExtensions メソッド

定義

指定した の 拡張機能 を列挙します ComputeNode

public Microsoft.Azure.Batch.IPagedEnumerable<Microsoft.Azure.Batch.NodeVMExtension> ListComputeNodeExtensions (string poolId, string nodeId, System.Collections.Generic.IEnumerable<Microsoft.Azure.Batch.BatchClientBehavior> additionalBehaviors = default);
member this.ListComputeNodeExtensions : string * string * seq<Microsoft.Azure.Batch.BatchClientBehavior> -> Microsoft.Azure.Batch.IPagedEnumerable<Microsoft.Azure.Batch.NodeVMExtension>
Public Function ListComputeNodeExtensions (poolId As String, nodeId As String, Optional additionalBehaviors As IEnumerable(Of BatchClientBehavior) = Nothing) As IPagedEnumerable(Of NodeVMExtension)

パラメーター

poolId
String

拡張機能が属するプールの ID。

nodeId
String

返された拡張機能の ComputeNode の ID。

additionalBehaviors
IEnumerable<BatchClientBehavior>

の後の BatchClientBehavior Batch サービス要求に適用されるインスタンスの CustomBehaviorsコレクション。

戻り値

IPagedEnumerable<T>証明書を非同期または同期的に列挙するために使用できる 。

注釈

このメソッドは直ちに を返します。証明書は、コレクションが列挙されている場合にのみ Batch サービスから取得されます。 取得は非アトミックです。証明書は、コレクションの列挙中にページで取得されます。

適用対象