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". |
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Python