Operation Class
REST API operation definition.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
msrest.serialization.ModelOperation
Constructor
Operation(*, is_data_action: bool | None = None, **kwargs)
Parameters
Name | Description |
---|---|
is_data_action
Required
|
Indicates whether the operation is a data action. |
Keyword-Only Parameters
Name | Description |
---|---|
is_data_action
Required
|
|
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. Possible values include: "NotSpecified", "user", "system". |
properties
|
Additional descriptions for the operation. |
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