Share via


OperationDisplay Class

The object that describes the operation.

Constructor

OperationDisplay(*args: Any, **kwargs: Any)

Variables

Name Description
provider
str

Friendly name of the resource provider.

operation
str

The operation type.

resource
str

The resource type on which the operation is performed.

description
str

The friendly name of the operation.

Attributes

description

The friendly name of the operation.

description: str | None

operation

The operation type.

operation: str | None

provider

Friendly name of the resource provider.

provider: str | None

resource

The resource type on which the operation is performed.

resource: str | None