DeploymentOperation Class
Deployment operation information.
- Inheritance
-
azure.mgmt.resource.resources._serialization.ModelDeploymentOperation
Constructor
DeploymentOperation(*, id: str | None = None, operation_id: str | None = None, properties: _models.DeploymentOperationProperties | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
id
|
Full deployment operation id. |
operation_id
|
Deployment operation id. |
properties
|
Deployment properties. |
Variables
Name | Description |
---|---|
id
|
Full deployment operation id. |
operation_id
|
Deployment operation id. |
properties
|
Deployment properties. |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python