BatchConfigurationProperties Class

The batch configuration properties definition.

All required parameters must be populated in order to send to Azure.

Inheritance
azure.mgmt.logic.models._models_py3.ArtifactProperties
BatchConfigurationProperties

Constructor

BatchConfigurationProperties(*, batch_group_name: str, release_criteria: azure.mgmt.logic.models._models_py3.BatchReleaseCriteria, created_time: Optional[datetime.datetime] = None, changed_time: Optional[datetime.datetime] = None, metadata: Optional[Any] = None, **kwargs)

Variables

created_time
datetime

The artifact creation time.

changed_time
datetime

The artifact changed time.

metadata
any

Anything.

batch_group_name
str

Required. The name of the batch group.

release_criteria
BatchReleaseCriteria

Required. The batch release criteria.