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. |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python