Share via


OperationDisplay Class

The object that describes the operation.

Constructor

OperationDisplay(*, provider: str | None = None, operation: str | None = None, resource: str | None = None, description: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
provider
str

Friendly name of the resource provider.

Default value: None
operation
str

Operation type: read, write, delete, listKeys/action, etc.

Default value: None
resource
str

Resource type on which the operation is performed.

Default value: None
description
str

Friendly name of the operation.

Default value: None

Variables

Name Description
provider
str

Friendly name of the resource provider.

operation
str

Operation type: read, write, delete, listKeys/action, etc.

resource
str

Resource type on which the operation is performed.

description
str

Friendly name of the operation.