Share via


OperationDisplay Class

The display information of 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 name of the provider of the operation.

Default value: None
resource
str

The name of the resource type of the operation.

Default value: None
operation
str

The friendly name of the operation.

Default value: None
description
str

The description of the operation.

Default value: None

Variables

Name Description
provider
str

The name of the provider of the operation.

resource
str

The name of the resource type of the operation.

operation
str

The friendly name of the operation.

description
str

The description of the operation.