OperationDisplay Class

The object that represents the operation.

Constructor

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

Keyword-Only Parameters

Name Description
provider
str

The service provider.

Default value: None
resource
str

The resource on which the operation is performed.

Default value: None
operation
str

The operation type.

Default value: None
description
str

The description of the operation.

Default value: None

Variables

Name Description
provider
str

The service provider.

resource
str

The resource on which the operation is performed.

operation
str

The operation type.

description
str

The description of the operation.