Share via


PoolOperations.GetComputeNodeExtension メソッド

定義

指定したコンピューティング ノードを取得します。

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

パラメーター

poolId
String

プールの ID。

computeNodeId
String

プールから取得するコンピューティング ノードの ID。

extensionName
String

プールから取得する拡張機能の名前。

detailLevel
DetailLevel

DetailLevelサービスから取得されるプロパティを制御するために使用される 。

additionalBehaviors
IEnumerable<BatchClientBehavior>

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

戻り値

NodeVMExtension指定したコンピューティング ノード拡張機能に関する情報を格納している 。

注釈

これはブロック操作です。 非ブロッキングに相当するものについては、「」を参照してください GetComputeNodeExtensionAsync(String, String, String, DetailLevel, IEnumerable<BatchClientBehavior>, CancellationToken)

適用対象