CloudJobSchedule コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
CloudJobSchedule() |
CloudJobSchedule クラスの新しいインスタンスを初期化します。 |
CloudJobSchedule(String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<JobScheduleState>, Nullable<DateTime>, Nullable<JobScheduleState>, Nullable<DateTime>, Schedule, JobSpecification, JobScheduleExecutionInformation, IList<MetadataItem>, JobScheduleStatistics) |
CloudJobSchedule クラスの新しいインスタンスを初期化します。 |
CloudJobSchedule()
CloudJobSchedule クラスの新しいインスタンスを初期化します。
public CloudJobSchedule();
Public Sub New ()
適用対象
CloudJobSchedule(String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<JobScheduleState>, Nullable<DateTime>, Nullable<JobScheduleState>, Nullable<DateTime>, Schedule, JobSpecification, JobScheduleExecutionInformation, IList<MetadataItem>, JobScheduleStatistics)
CloudJobSchedule クラスの新しいインスタンスを初期化します。
public CloudJobSchedule(string id = default, string displayName = default, string url = default, string eTag = default, DateTime? lastModified = default, DateTime? creationTime = default, Microsoft.Azure.Batch.Protocol.Models.JobScheduleState? state = default, DateTime? stateTransitionTime = default, Microsoft.Azure.Batch.Protocol.Models.JobScheduleState? previousState = default, DateTime? previousStateTransitionTime = default, Microsoft.Azure.Batch.Protocol.Models.Schedule schedule = default, Microsoft.Azure.Batch.Protocol.Models.JobSpecification jobSpecification = default, Microsoft.Azure.Batch.Protocol.Models.JobScheduleExecutionInformation executionInfo = default, System.Collections.Generic.IList<Microsoft.Azure.Batch.Protocol.Models.MetadataItem> metadata = default, Microsoft.Azure.Batch.Protocol.Models.JobScheduleStatistics stats = default);
new Microsoft.Azure.Batch.Protocol.Models.CloudJobSchedule : string * string * string * string * Nullable<DateTime> * Nullable<DateTime> * Nullable<Microsoft.Azure.Batch.Protocol.Models.JobScheduleState> * Nullable<DateTime> * Nullable<Microsoft.Azure.Batch.Protocol.Models.JobScheduleState> * Nullable<DateTime> * Microsoft.Azure.Batch.Protocol.Models.Schedule * Microsoft.Azure.Batch.Protocol.Models.JobSpecification * Microsoft.Azure.Batch.Protocol.Models.JobScheduleExecutionInformation * System.Collections.Generic.IList<Microsoft.Azure.Batch.Protocol.Models.MetadataItem> * Microsoft.Azure.Batch.Protocol.Models.JobScheduleStatistics -> Microsoft.Azure.Batch.Protocol.Models.CloudJobSchedule
Public Sub New (Optional id As String = Nothing, Optional displayName As String = Nothing, Optional url As String = Nothing, Optional eTag As String = Nothing, Optional lastModified As Nullable(Of DateTime) = Nothing, Optional creationTime As Nullable(Of DateTime) = Nothing, Optional state As Nullable(Of JobScheduleState) = Nothing, Optional stateTransitionTime As Nullable(Of DateTime) = Nothing, Optional previousState As Nullable(Of JobScheduleState) = Nothing, Optional previousStateTransitionTime As Nullable(Of DateTime) = Nothing, Optional schedule As Schedule = Nothing, Optional jobSpecification As JobSpecification = Nothing, Optional executionInfo As JobScheduleExecutionInformation = Nothing, Optional metadata As IList(Of MetadataItem) = Nothing, Optional stats As JobScheduleStatistics = Nothing)
パラメーター
- id
- String
アカウント内のスケジュールを一意に識別する文字列。
- displayName
- String
スケジュールの表示名。
- url
- String
ジョブ スケジュールの URL。
- eTag
- String
ジョブ スケジュールの ETag。
- state
- Nullable<JobScheduleState>
ジョブ スケジュールの現在の状態。
- previousState
- Nullable<JobScheduleState>
ジョブ スケジュールの以前の状態。
- schedule
- Schedule
ジョブが作成されるスケジュール。
- jobSpecification
- JobSpecification
このスケジュールで作成するジョブの詳細。
- executionInfo
- JobScheduleExecutionInformation
このスケジュールの下で実行され、実行されるジョブに関する情報。
- metadata
- IList<MetadataItem>
スケジュールにメタデータとして関連付けられている名前と値のペアの一覧。
- stats
- JobScheduleStatistics
ジョブ スケジュールの有効期間リソース使用状況統計。 統計をすぐに使用できない場合があります。 Batch サービスは、統計の定期的なロールアップを実行します。 一般的な遅延は約 30 分です。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET