SchemaProperties interface
定義架構屬性。
屬性
description | 人類可讀取的架構描述。 |
display |
人類可讀取的顯示名稱。 |
format | 架構的格式。 |
provisioning |
資源布建狀態。 |
schema |
架構的類型。 |
tags | 架構標籤。 |
uuid | 全域唯一、不可變、不可重複使用的標識碼。 |
屬性詳細資料
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
全域唯一、不可變、不可重複使用的標識碼。
uuid?: string
屬性值
string