OperationDisplay interface
The object that represents the operation.
Properties
description | Localized friendly description for the operation |
operation | The operation type: read, write, delete, etc. |
provider | The service provider: Microsoft.HDInsight |
resource | The resource on which the operation is performed: Cluster, Applications, etc. |
Property Details
description
Localized friendly description for the operation
description?: string
Property Value
string
operation
The operation type: read, write, delete, etc.
operation?: string
Property Value
string
provider
The service provider: Microsoft.HDInsight
provider?: string
Property Value
string
resource
The resource on which the operation is performed: Cluster, Applications, etc.
resource?: string
Property Value
string