次の方法で共有


PoolOperations.ListNodeFiles メソッド

定義

指定したコンピューティング ノード上のファイルを列挙します。

public Microsoft.Azure.Batch.IPagedEnumerable<Microsoft.Azure.Batch.NodeFile> ListNodeFiles (string poolId, string computeNodeId, bool? recursive = default, Microsoft.Azure.Batch.DetailLevel detailLevel = default, System.Collections.Generic.IEnumerable<Microsoft.Azure.Batch.BatchClientBehavior> additionalBehaviors = default);
member this.ListNodeFiles : string * string * Nullable<bool> * Microsoft.Azure.Batch.DetailLevel * seq<Microsoft.Azure.Batch.BatchClientBehavior> -> Microsoft.Azure.Batch.IPagedEnumerable<Microsoft.Azure.Batch.NodeFile>
Public Function ListNodeFiles (poolId As String, computeNodeId As String, Optional recursive As Nullable(Of Boolean) = Nothing, Optional detailLevel As DetailLevel = Nothing, Optional additionalBehaviors As IEnumerable(Of BatchClientBehavior) = Nothing) As IPagedEnumerable(Of NodeFile)

パラメーター

poolId
String

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

computeNodeId
String

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

recursive
Nullable<Boolean>

true の場合、コンピューティング ノード上のすべてのファイルを再帰的に列挙します。 false の場合は、コンピューティング ノードのルート ディレクトリ内のファイルのみを列挙します。

detailLevel
DetailLevel

DetailLevelリストをフィルター処理し、サービスから取得するプロパティを制御するために使用される 。

additionalBehaviors
IEnumerable<BatchClientBehavior>

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

戻り値

IPagedEnumerable<T>非同期または同期的にファイルを列挙するために使用できる 。

注釈

このメソッドは直ちに を返します。ファイル データは、コレクションが列挙されている場合にのみ Batch サービスから取得されます。 取得は非アトミックです。ファイル データは、コレクションの列挙中にページで取得されます。

適用対象