你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
OperationDisplay interface
表示操作的 对象。
属性
description | 操作的说明,例如“写入 confluent”。 |
operation | 操作类型,例如读取、写入、删除等。 |
provider | 服务提供商:Microsoft.Confluent |
resource | 执行操作的类型,例如“clusters”。 |
属性详细信息
description
操作的说明,例如“写入 confluent”。
description?: string
属性值
string
operation
操作类型,例如读取、写入、删除等。
operation?: string
属性值
string
provider
服务提供商:Microsoft.Confluent
provider?: string
属性值
string
resource
执行操作的类型,例如“clusters”。
resource?: string
属性值
string