GlobalSchemaContract interface
全域架構合約詳細數據。
- Extends
屬性
description | 自由格式架構實體描述。 |
document | json 架構格式的全域架構檔物件(e.g. json架構)。 |
schema |
架構類型。 變。 |
value | 非 json 架構的 Json 編碼字串。 |
繼承的屬性
id | 資源的完整資源標識碼。 例如 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} 注意:此屬性將不會串行化。 它只能由伺服器填入。 |
name | 資源名稱注意:此屬性將不會串行化。 它只能由伺服器填入。 |
type | 資源的型別。 例如“Microsoft.Compute/virtualMachines” 或 “Microsoft.Storage/storageAccounts” 附注:此屬性將不會串行化。 它只能由伺服器填入。 |
屬性詳細資料
description
自由格式架構實體描述。
description?: string
屬性值
string
document
json 架構格式的全域架構檔物件(e.g. json架構)。
document?: Record<string, unknown>
屬性值
Record<string, unknown>
schemaType
架構類型。 變。
schemaType?: string
屬性值
string
value
非 json 架構的 Json 編碼字串。
value?: any
屬性值
any
繼承的屬性詳細資料
id
資源的完整資源標識碼。 例如 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} 注意:此屬性將不會串行化。 它只能由伺服器填入。
id?: string
屬性值
string
name
type
資源的型別。 例如“Microsoft.Compute/virtualMachines” 或 “Microsoft.Storage/storageAccounts” 附注:此屬性將不會串行化。 它只能由伺服器填入。
type?: string
屬性值
string