次の方法で共有


PoolOperations.GetNodeFile メソッド

定義

コンピューティング ノード上のファイルに関する情報を取得します。

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

パラメーター

poolId
String

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

computeNodeId
String

コンピューティング ノードの ID。

filePath
String

取得するファイルのパス。

additionalBehaviors
IEnumerable<BatchClientBehavior>

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

戻り値

NodeFileファイルに関する情報を含み、ファイルのダウンロードに使用できる ( を参照)。CopyToStream(Stream, GetFileRequestByteRange, IEnumerable<BatchClientBehavior>)

注釈

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

適用対象