Operation Class
Logic REST API operation.
- Inheritance
-
msrest.serialization.ModelOperation
Constructor
Operation(*, origin: str | None = None, name: str | None = None, display: OperationDisplay | None = None, properties: Any | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
origin
|
Operation: origin. |
name
|
Operation name: {provider}/{resource}/{operation}. |
display
|
The object that represents the operation. |
properties
|
The properties. |
Variables
Name | Description |
---|---|
origin
|
Operation: origin. |
name
|
Operation name: {provider}/{resource}/{operation}. |
display
|
The object that represents the operation. |
properties
|
The properties. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python