Operation Class
Logic REST API operation.
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. Default value: None
|
name
|
Operation name: {provider}/{resource}/{operation}. Default value: None
|
display
|
The object that represents the operation. Default value: None
|
properties
|
The properties. Default value: None
|
Variables
Name | Description |
---|---|
origin
|
Operation: origin. |
name
|
Operation name: {provider}/{resource}/{operation}. |
display
|
The object that represents the operation. |
properties
|
The properties. |