ValidationsProfile Class
This is the validations profile of a Gallery Image Version.
- Inheritance
-
azure.mgmt.compute._serialization.ModelValidationsProfile
Constructor
ValidationsProfile(*, validation_etag: str | None = None, executed_validations: List[_models.ExecutedValidation] | None = None, platform_attributes: List[_models.PlatformAttribute] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
validation_etag
|
The published time of the image version. |
executed_validations
|
|
platform_attributes
|
This specifies the pub, offer, sku and version of the image version metadata. |
Variables
Name | Description |
---|---|
validation_etag
|
The published time of the image version. |
executed_validations
|
|
platform_attributes
|
This specifies the pub, offer, sku and version of the image version metadata. |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python