DeploymentWhatIfSettings Class
Deployment What-If operation settings.
- Inheritance
-
azure.mgmt.resource.resources._serialization.ModelDeploymentWhatIfSettings
Constructor
DeploymentWhatIfSettings(*, result_format: str | _models.WhatIfResultFormat | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
result_format
|
The format of the What-If results. Known values are: "ResourceIdOnly" and "FullResourcePayloads". |
Variables
Name | Description |
---|---|
result_format
|
The format of the What-If results. Known values are: "ResourceIdOnly" and "FullResourcePayloads". |
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.
Azure SDK for Python