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 con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Python