Share via


OperationDisplay Class

Metadata associated with the operation.

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.

Default value: None
provider
str

The name of the provider.

Default value: None
resource
str

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

Default value: None
operation
str

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

Default value: None

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.