OperationDisplay interface
表示操作的对象。
属性
| description | 操作的说明,例如“写入监视器”。 |
| operation | 操作类型,例如读取、写入、删除等。 |
| provider | 服务提供商,即 Microsoft.Elastic。 |
| resource | 对其执行操作的类型,例如“monitors”。 |
属性详细信息
description
操作的说明,例如“写入监视器”。
description?: string
属性值
string
operation
操作类型,例如读取、写入、删除等。
operation?: string
属性值
string
provider
服务提供商,即 Microsoft.Elastic。
provider?: string
属性值
string
resource
对其执行操作的类型,例如“monitors”。
resource?: string
属性值
string