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". |
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for Python