你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ExecutedValidation Class

This is the executed Validation.

Constructor

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

Variables

Name Description
type
str

This property specifies the type of image version validation.

status

This property specifies the status of the validationProfile of the image version. Known values are: "Unknown", "Failed", and "Succeeded".

version
str

This property specifies the valid version of the validation.

execution_time

This property specifies the starting timestamp.

Attributes

execution_time

This property specifies the starting timestamp.

execution_time: datetime | None

status

This property specifies the status of the validationProfile of the image version. Known values are: "Unknown", "Failed", and "Succeeded".

status: str | _models.ValidationStatus | None

type

This property specifies the type of image version validation.

type: str | None

version

This property specifies the valid version of the validation.

version: str | None