SchemaProperties interface
定义架构属性。
属性
| description | 架构的可读说明。 |
| display |
人工可读的显示名称。 |
| format | 架构的格式。 |
| provisioning |
资源的预配状态。 |
| schema |
架构的类型。 |
| tags | 架构标记。 |
| uuid | 全局唯一、不可变、不可重用的 id。 |
属性详细信息
description
架构的可读说明。
description?: string
属性值
string
displayName
人工可读的显示名称。
displayName?: string
属性值
string
format
架构的格式。
format: string
属性值
string
provisioningState
资源的预配状态。
provisioningState?: string
属性值
string
schemaType
架构的类型。
schemaType: string
属性值
string
tags
架构标记。
tags?: Record<string, string>
属性值
Record<string, string>
uuid
全局唯一、不可变、不可重用的 id。
uuid?: string
属性值
string