BatchConfigurationProperties Class
The batch configuration properties definition.
All required parameters must be populated in order to send to Azure.
Constructor
BatchConfigurationProperties(*, batch_group_name: str, release_criteria: BatchReleaseCriteria, created_time: datetime | None = None, changed_time: datetime | None = None, metadata: Any | None = None, **kwargs)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
created_time
|
The artifact creation time. Default value: None
|
|
changed_time
|
The artifact changed time. Default value: None
|
|
metadata
|
Anything. Default value: None
|
|
batch_group_name
|
Required. The name of the batch group. |
|
release_criteria
|
Required. The batch release criteria. |
Variables
| Name | Description |
|---|---|
|
created_time
|
The artifact creation time. |
|
changed_time
|
The artifact changed time. |
|
metadata
|
Anything. |
|
batch_group_name
|
Required. The name of the batch group. |
|
release_criteria
|
Required. The batch release criteria. |