ScopedDeployment Class
Deployment operation parameters.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.resource.resources._serialization.ModelScopedDeployment
Constructor
ScopedDeployment(*, location: str, properties: _models.DeploymentProperties, tags: Dict[str, str] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
location
|
The location to store the deployment data. Required. |
properties
|
The deployment properties. Required. |
tags
|
Deployment tags. |
Variables
Name | Description |
---|---|
location
|
The location to store the deployment data. Required. |
properties
|
The deployment properties. Required. |
tags
|
Deployment tags. |
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for Python