OnErrorDeployment Class

Deployment on error behavior.

Constructor

OnErrorDeployment(*args: Any, **kwargs: Any)

Variables

Name Description
type

The deployment on error behavior type. Possible values are LastSuccessful and SpecificDeployment. Known values are: "LastSuccessful" and "SpecificDeployment".

deployment_name
str

The deployment to be used on error case.

Attributes

deployment_name

The deployment to be used on error case.

deployment_name: str | None

type

The deployment on error behavior type. Possible values are LastSuccessful and SpecificDeployment. Known values are: "LastSuccessful" and "SpecificDeployment".

type: str | _models.OnErrorDeploymentType | None