Operation Class
Azure Data Factory API operation definition.
Constructor
Operation(*, name: str | None = None, origin: str | None = None, display: _models.OperationDisplay | None = None, service_specification: _models.OperationServiceSpecification | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
Operation name: {provider}/{resource}/{operation}. |
origin
|
The intended executor of the operation. |
display
|
Metadata associated with the operation. |
service_specification
|
Details about a service operation. |
Variables
Name | Description |
---|---|
name
|
Operation name: {provider}/{resource}/{operation}. |
origin
|
The intended executor of the operation. |
display
|
Metadata associated with the operation. |
service_specification
|
Details about a service operation. |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python