DeploymentValidateResult Class
Information from validate template deployment response.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.resource.resources._serialization.ModelDeploymentValidateResult
Constructor
DeploymentValidateResult(*, properties: _models.DeploymentPropertiesExtended | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
properties
|
The template deployment properties. |
Variables
Name | Description |
---|---|
error
|
The deployment validation error. |
properties
|
The template deployment properties. |
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