次の方法で共有


BatchConfigurationProperties コンストラクター

定義

オーバーロード

BatchConfigurationProperties()

BatchConfigurationProperties クラスの新しいインスタンスを初期化します。

BatchConfigurationProperties(String, BatchReleaseCriteria, Nullable<DateTime>, Nullable<DateTime>, Object)

BatchConfigurationProperties クラスの新しいインスタンスを初期化します。

BatchConfigurationProperties()

BatchConfigurationProperties クラスの新しいインスタンスを初期化します。

public BatchConfigurationProperties ();
Public Sub New ()

適用対象

BatchConfigurationProperties(String, BatchReleaseCriteria, Nullable<DateTime>, Nullable<DateTime>, Object)

BatchConfigurationProperties クラスの新しいインスタンスを初期化します。

public BatchConfigurationProperties (string batchGroupName, Microsoft.Azure.Management.Logic.Models.BatchReleaseCriteria releaseCriteria, DateTime? createdTime = default, DateTime? changedTime = default, object metadata = default);
new Microsoft.Azure.Management.Logic.Models.BatchConfigurationProperties : string * Microsoft.Azure.Management.Logic.Models.BatchReleaseCriteria * Nullable<DateTime> * Nullable<DateTime> * obj -> Microsoft.Azure.Management.Logic.Models.BatchConfigurationProperties
Public Sub New (batchGroupName As String, releaseCriteria As BatchReleaseCriteria, Optional createdTime As Nullable(Of DateTime) = Nothing, Optional changedTime As Nullable(Of DateTime) = Nothing, Optional metadata As Object = Nothing)

パラメーター

batchGroupName
String

バッチ グループの名前。

releaseCriteria
BatchReleaseCriteria

バッチリリース条件。

createdTime
Nullable<DateTime>

成果物の作成時間。

changedTime
Nullable<DateTime>

成果物の時間が変更されました。

metadata
Object

適用対象