ResourceGroup interface
資源群組資訊。
屬性
| id | 資源群組的標識碼。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
| location | 資源群組的位置。 建立資源群組之後,就無法變更它。 它必須是其中一個支援的 Azure 位置。 |
| managed |
管理此資源群組之資源的標識碼。 |
| name | 資源群組的名稱。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
| properties | 資源群組屬性。 |
| tags | 附加至資源群組的標記。 |
| type | 資源群組的類型。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
屬性詳細資料
id
資源群組的標識碼。 注意:這個屬性不會串行化。 它只能由伺服器填入。
id?: string
屬性值
string
location
資源群組的位置。 建立資源群組之後,就無法變更它。 它必須是其中一個支援的 Azure 位置。
location: string
屬性值
string
managedBy
管理此資源群組之資源的標識碼。
managedBy?: string
屬性值
string
name
資源群組的名稱。 注意:這個屬性不會串行化。 它只能由伺服器填入。
name?: string
屬性值
string
properties
tags
附加至資源群組的標記。
tags?: {[propertyName: string]: string}
屬性值
{[propertyName: string]: string}
type
資源群組的類型。 注意:這個屬性不會串行化。 它只能由伺服器填入。
type?: string
屬性值
string