CloudService interface
描述雲端服務。
屬性
id | 資源標識碼。注意:此屬性將不會串行化。 它只能由伺服器填入。 |
location | 資源位置。 |
name | 資源名稱。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
properties | 雲端服務屬性 |
system |
與此資源相關的系統元數據。 |
tags | 資源標籤。 |
type | 資源類型。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
zones | 資源的邏輯可用性區域清單。 清單應該只包含應布建雲端服務的1個區域。 此欄位為選擇性欄位。 |
屬性詳細資料
id
資源標識碼。注意:此屬性將不會串行化。 它只能由伺服器填入。
id?: string
屬性值
string
location
資源位置。
location: string
屬性值
string
name
資源名稱。 注意:這個屬性不會串行化。 它只能由伺服器填入。
name?: string
屬性值
string
properties
systemData
tags
資源標籤。
tags?: {[propertyName: string]: string}
屬性值
{[propertyName: string]: string}
type
資源類型。 注意:這個屬性不會串行化。 它只能由伺服器填入。
type?: string
屬性值
string
zones
資源的邏輯可用性區域清單。 清單應該只包含應布建雲端服務的1個區域。 此欄位為選擇性欄位。
zones?: string[]
屬性值
string[]