Operation Class
REST API operation definition.
- Inheritance
-
msrest.serialization.ModelOperation
Constructor
Operation(*, name: str | None = None, display: OperationDisplay | None = None, origin: str | None = None, properties: Dict[str, Any] | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
The name of the operation being performed on this particular object. |
display
|
The localized display information for this particular operation or action. |
origin
|
The intended executor of the operation. |
properties
|
Additional descriptions for the operation. |
Variables
Name | Description |
---|---|
name
|
The name of the operation being performed on this particular object. |
display
|
The localized display information for this particular operation or action. |
origin
|
The intended executor of the operation. |
properties
|
Additional descriptions for the operation. |
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for Python