Operation Class
Network REST API operation definition.
- Inheritance
-
azure.mgmt.network._serialization.ModelOperation
Constructor
Operation(*, name: str | None = None, display: _models.OperationDisplay | None = None, origin: str | None = None, service_specification: _models.OperationPropertiesFormatServiceSpecification | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
Operation name: {provider}/{resource}/{operation}. |
display
|
Display metadata associated with the operation. |
origin
|
Origin of the operation. |
service_specification
|
Specification of the service. |
Variables
Name | Description |
---|---|
name
|
Operation name: {provider}/{resource}/{operation}. |
display
|
Display metadata associated with the operation. |
origin
|
Origin of the operation. |
service_specification
|
Specification of the service. |
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