Job コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
Job() |
Job クラスの新しいインスタンスを初期化します。 |
Job(JobInput, IList<JobOutput>, String, String, String, DateTime, JobState, String, DateTime, Nullable<Priority>, IDictionary<String, String>, Nullable<DateTime>, Nullable<DateTime>, SystemData) |
Job クラスの新しいインスタンスを初期化します。 |
Job()
Job クラスの新しいインスタンスを初期化します。
public Job ();
Public Sub New ()
適用対象
Job(JobInput, IList<JobOutput>, String, String, String, DateTime, JobState, String, DateTime, Nullable<Priority>, IDictionary<String, String>, Nullable<DateTime>, Nullable<DateTime>, SystemData)
Job クラスの新しいインスタンスを初期化します。
public Job (Microsoft.Azure.Management.Media.Models.JobInput input, System.Collections.Generic.IList<Microsoft.Azure.Management.Media.Models.JobOutput> outputs, string id = default, string name = default, string type = default, DateTime created = default, Microsoft.Azure.Management.Media.Models.JobState state = default, string description = default, DateTime lastModified = default, Microsoft.Azure.Management.Media.Models.Priority? priority = default, System.Collections.Generic.IDictionary<string,string> correlationData = default, DateTime? startTime = default, DateTime? endTime = default, Microsoft.Azure.Management.Media.Models.SystemData systemData = default);
new Microsoft.Azure.Management.Media.Models.Job : Microsoft.Azure.Management.Media.Models.JobInput * System.Collections.Generic.IList<Microsoft.Azure.Management.Media.Models.JobOutput> * string * string * string * DateTime * Microsoft.Azure.Management.Media.Models.JobState * string * DateTime * Nullable<Microsoft.Azure.Management.Media.Models.Priority> * System.Collections.Generic.IDictionary<string, string> * Nullable<DateTime> * Nullable<DateTime> * Microsoft.Azure.Management.Media.Models.SystemData -> Microsoft.Azure.Management.Media.Models.Job
Public Sub New (input As JobInput, outputs As IList(Of JobOutput), Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional created As DateTime = Nothing, Optional state As JobState = Nothing, Optional description As String = Nothing, Optional lastModified As DateTime = Nothing, Optional priority As Nullable(Of Priority) = Nothing, Optional correlationData As IDictionary(Of String, String) = Nothing, Optional startTime As Nullable(Of DateTime) = Nothing, Optional endTime As Nullable(Of DateTime) = Nothing, Optional systemData As SystemData = Nothing)
パラメーター
- input
- JobInput
ジョブに対する入力。
- id
- String
リソースの完全修飾リソース ID。 例 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name
- String
リソースの名前
- type
- String
リソースの型。 例: "Microsoft.Compute/virtualMachines" または "Microsoft.Storage/storageAccounts"
- created
- DateTime
顧客がジョブを作成した UTC 日時 ('YYYY-MM-DDThh:mm:ssZ' 形式)。
- state
- JobState
ジョブの現在の状態。 指定できる値は、'Canceled'、'Canceling'、'Error'、'Finished'、'Processing'、'Queued'、'Scheduled' です。
- description
- String
ジョブに関する顧客指定の説明 (省略可能)。
- lastModified
- DateTime
お客様がジョブを最後に更新した UTC 日時 ('YYYY-MM-DDThh:mm:ssZ' 形式)。
ジョブの処理の優先順位。 優先順位が高いジョブは、優先順位が低いジョブより前に処理されます。 設定されていない場合、既定値は normal です。 指定できる値は、'Low'、'Normal'、'High' です。
- correlationData
- IDictionary<String,String>
お客様が指定したキー、Job および JobOutput 状態イベントで返される値のペア。
- systemData
- SystemData
このリソースに関連するシステム メタデータ。
適用対象
Azure SDK for .NET