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". |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python