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
|
The service provider: Microsoft.HDInsight. Default value: None
|
|
resource
|
The resource on which the operation is performed: Cluster, Applications, etc. Default value: None
|
|
operation
|
The operation type: read, write, delete, etc. Default value: None
|
|
description
|
Localized friendly description for the operation. Default value: None
|