Operation Class
Azure Data Factory API operation definition.
Constructor
Operation(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
name
|
Operation name: {provider}/{resource}/{operation}. |
|
origin
|
The intended executor of the operation. |
|
display
|
Metadata associated with the operation. |
|
properties
|
Additional details about the operation. |
Attributes
display
Metadata associated with the operation.
display: _models.OperationDisplay | None
name
{provider}/{resource}/{operation}.
name: str | None
origin
The intended executor of the operation.
origin: str | None
properties
Additional details about the operation.
properties: _models.OperationProperties | None