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