次の方法で共有


FileOperationsExtensions.GetPropertiesFromTask メソッド

定義

指定したタスク ファイルのプロパティを取得します。

public static Microsoft.Azure.Batch.Protocol.Models.FileGetPropertiesFromTaskHeaders GetPropertiesFromTask (this Microsoft.Azure.Batch.Protocol.IFileOperations operations, string jobId, string taskId, string filePath, Microsoft.Azure.Batch.Protocol.Models.FileGetPropertiesFromTaskOptions fileGetPropertiesFromTaskOptions = default);
static member GetPropertiesFromTask : Microsoft.Azure.Batch.Protocol.IFileOperations * string * string * string * Microsoft.Azure.Batch.Protocol.Models.FileGetPropertiesFromTaskOptions -> Microsoft.Azure.Batch.Protocol.Models.FileGetPropertiesFromTaskHeaders
<Extension()>
Public Function GetPropertiesFromTask (operations As IFileOperations, jobId As String, taskId As String, filePath As String, Optional fileGetPropertiesFromTaskOptions As FileGetPropertiesFromTaskOptions = Nothing) As FileGetPropertiesFromTaskHeaders

パラメーター

operations
IFileOperations

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

jobId
String

タスクを含むジョブの ID。

taskId
String

プロパティを取得するファイルを含む Task の ID。

filePath
String

プロパティを取得するタスク ファイルへのパス。

fileGetPropertiesFromTaskOptions
FileGetPropertiesFromTaskOptions

操作の追加パラメーター

戻り値

適用対象