PoolOperations.GetComputeNodeExtension メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定したコンピューティング ノードを取得します。
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)。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET