AzureResourceBase interface
所有 Azure 資源的通用屬性。
屬性
id | 用來尋找 Azure 上任何資源的字串標識碼。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
name | 此資源的名稱。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
system |
包含 createdBy 和 modifiedBy 資訊的 Azure Resource Manager 元數據。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
type | 此資源的類型。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
屬性詳細資料
id
用來尋找 Azure 上任何資源的字串標識碼。 注意:這個屬性不會串行化。 它只能由伺服器填入。
id?: string
屬性值
string
name
此資源的名稱。 注意:這個屬性不會串行化。 它只能由伺服器填入。
name?: string
屬性值
string
systemData
包含 createdBy 和 modifiedBy 資訊的 Azure Resource Manager 元數據。 注意:這個屬性不會串行化。 它只能由伺服器填入。
systemData?: SystemData
屬性值
type
此資源的類型。 注意:這個屬性不會串行化。 它只能由伺服器填入。
type?: string
屬性值
string