PipelineOperationsExtensions.Get メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定したパイプライン ID のパイプライン情報を取得します。
public static Microsoft.Azure.Management.DataLake.Analytics.Models.JobPipelineInformation Get (this Microsoft.Azure.Management.DataLake.Analytics.IPipelineOperations operations, string accountName, Guid pipelineIdentity, DateTimeOffset? startDateTime = default, DateTimeOffset? endDateTime = default);
static member Get : Microsoft.Azure.Management.DataLake.Analytics.IPipelineOperations * string * Guid * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> -> Microsoft.Azure.Management.DataLake.Analytics.Models.JobPipelineInformation
<Extension()>
Public Function Get (operations As IPipelineOperations, accountName As String, pipelineIdentity As Guid, Optional startDateTime As Nullable(Of DateTimeOffset) = Nothing, Optional endDateTime As Nullable(Of DateTimeOffset) = Nothing) As JobPipelineInformation
パラメーター
- operations
- IPipelineOperations
この拡張メソッドの操作グループ。
- accountName
- String
ジョブ操作を実行する Azure Data Lake Analytics アカウント。
- pipelineIdentity
- Guid
パイプライン ID。
- startDateTime
- Nullable<DateTimeOffset>
パイプラインを取得してそのデータを集計する開始日。 startDateTime と endDateTime は、30 日以内に指定できます。
- endDateTime
- Nullable<DateTimeOffset>
パイプラインを取得してそのデータを集計する日付の終了日。 startDateTime と endDateTime は、30 日以内に指定できます。
戻り値
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET