ComputeNodeExtensionOperationsExtensions.GetAsync メソッド

定義

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

public static System.Threading.Tasks.Task<Microsoft.Azure.Batch.Protocol.Models.NodeVMExtension> GetAsync (this Microsoft.Azure.Batch.Protocol.IComputeNodeExtensionOperations operations, string poolId, string nodeId, string extensionName, Microsoft.Azure.Batch.Protocol.Models.ComputeNodeExtensionGetOptions computeNodeExtensionGetOptions = default, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Batch.Protocol.IComputeNodeExtensionOperations * string * string * string * Microsoft.Azure.Batch.Protocol.Models.ComputeNodeExtensionGetOptions * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Batch.Protocol.Models.NodeVMExtension>
<Extension()>
Public Function GetAsync (operations As IComputeNodeExtensionOperations, poolId As String, nodeId As String, extensionName As String, Optional computeNodeExtensionGetOptions As ComputeNodeExtensionGetOptions = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of NodeVMExtension)

パラメーター

operations
IComputeNodeExtensionOperations

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

poolId
String

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

nodeId
String

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

extensionName
String

情報を取得するコンピューティング ノード拡張機能の の名前。

computeNodeExtensionGetOptions
ComputeNodeExtensionGetOptions

操作の追加パラメーター

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象