ScopedDeploymentWhatIf Class
Deployment What-if operation parameters.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.resource.resources._serialization.ModelScopedDeploymentWhatIf
Constructor
ScopedDeploymentWhatIf(*, location: str, properties: _models.DeploymentWhatIfProperties, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
location
|
The location to store the deployment data. Required. |
properties
|
The deployment properties. Required. |
Variables
Name | Description |
---|---|
location
|
The location to store the deployment data. Required. |
properties
|
The deployment properties. Required. |
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