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

For example: read, write, delete, or listKeys/action.

Default value: None
resource
str

The resource type on which the operation is performed.

Default value: None
description
str

The friendly name of the operation.

Default value: None

Variables

Name Description
provider
str

Friendly name of the resource provider.

operation
str

For example: read, write, delete, or listKeys/action.

resource
str

The resource type on which the operation is performed.

description
str

The friendly name of the operation.