ResourceProviderOperationDisplay interface
Display metadata associated with the operation.
Properties
description | Description of this operation. |
operation | Type of operation: get, read, delete, etc. |
provider | Resource provider: Microsoft KubernetesConfiguration. |
resource | Resource on which the operation is performed. |
Property Details
description
Description of this operation.
description?: string
Property Value
string
operation
Type of operation: get, read, delete, etc.
operation?: string
Property Value
string
provider
Resource provider: Microsoft KubernetesConfiguration.
provider?: string
Property Value
string
resource
Resource on which the operation is performed.
resource?: string
Property Value
string