次の方法で共有


OnErrorDeployment interface

Deployment on error behavior.

Properties

deploymentName

The deployment to be used on error case.

type

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

Property Details

deploymentName

The deployment to be used on error case.

deploymentName?: string

Property Value

string

type

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

type?: OnErrorDeploymentType

Property Value