次の方法で共有


PoolOperations.GetComputeNodeExtensionAsync メソッド

定義

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

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

パラメーター

poolId
String

プールの ID。

computeNodeId
String

拡張機能を持つコンピューティング ノードの ID。

extensionName
String

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

detailLevel
DetailLevel

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

additionalBehaviors
IEnumerable<BatchClientBehavior>

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

cancellationToken
CancellationToken

CancellationToken非同期操作の有効期間を制御するための 。

戻り値

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

注釈

ノード拡張機能の取得操作は非同期的に実行されます。

適用対象