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: Microsoft.HDInsight.

Default value: None
resource
str

The resource on which the operation is performed: Cluster, Applications, etc.

Default value: None
operation
str

The operation type: read, write, delete, etc.

Default value: None
description
str

Localized friendly description for the operation.

Default value: None

Variables

Name Description
provider
str

The service provider: Microsoft.HDInsight.

resource
str

The resource on which the operation is performed: Cluster, Applications, etc.

operation
str

The operation type: read, write, delete, etc.

description
str

Localized friendly description for the operation.