OperationDisplay Class

Metadata associated with the operation.

Inheritance
azure.mgmt.datafactory._serialization.Model
OperationDisplay

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
str

The description of the operation.

provider
str

The name of the provider.

resource
str

The name of the resource type on which the operation is performed.

operation
str

The type of operation: get, read, delete, etc.

Variables

Name Description
description
str

The description of the operation.

provider
str

The name of the provider.

resource
str

The name of the resource type on which the operation is performed.

operation
str

The type of operation: get, read, delete, etc.