OperationDisplay Class
Metadata associated with the operation.
- Inheritance
-
azure.mgmt.datafactory._serialization.ModelOperationDisplay
Constructor
OperationDisplay(*, description: str | None = None, provider: str | None = None, resource: str | None = None, operation: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
description
|
The description of the operation. |
provider
|
The name of the provider. |
resource
|
The name of the resource type on which the operation is performed. |
operation
|
The type of operation: get, read, delete, etc. |
Variables
Name | Description |
---|---|
description
|
The description of the operation. |
provider
|
The name of the provider. |
resource
|
The name of the resource type on which the operation is performed. |
operation
|
The type of operation: get, read, delete, etc. |
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