你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
OperationDisplay interface
描述作的对象。
属性
description | 作的友好名称 |
operation | 例如:读取、写入、删除或 listKeys/action |
provider | 资源提供程序的友好名称。 |
resource | 对其执行作的资源类型。 |
属性详细信息
description
作的友好名称
description?: string
属性值
string
operation
例如:读取、写入、删除或 listKeys/action
operation?: string
属性值
string
provider
资源提供程序的友好名称。
provider?: string
属性值
string
resource
对其执行作的资源类型。
resource?: string
属性值
string