OperationDisplay Class

The object that represents the operation.

Inheritance
OperationDisplay

Constructor

OperationDisplay(*, provider: Optional[str] = None, resource: Optional[str] = None, operation: Optional[str] = None, description: Optional[str] = None, **kwargs)

Parameters

provider
str
Required

The service provider: Microsoft.HDInsight.

resource
str
Required

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

operation
str
Required

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

description
str
Required

Localized friendly description for the operation.