ExtensionResourceRequest interface
延伸模組資源 PUT 要求的主體。
屬性
location | 與此要求相關聯的 Visual Studio 帳戶 Azure 區域 (即 'southcentralus'.) |
plan | 此延伸模組資源所購買之方案的擴充資訊。 |
properties | 擴充屬性的字典。 此屬性目前未使用。 |
tags | 要與擴充資源一起儲存的使用者定義標籤字典。 |
屬性詳細資料
location
與此要求相關聯的 Visual Studio 帳戶 Azure 區域 (即 'southcentralus'.)
location?: string
屬性值
string
plan
properties
擴充屬性的字典。 此屬性目前未使用。
properties?: {[propertyName: string]: string}
屬性值
{[propertyName: string]: string}
tags
要與擴充資源一起儲存的使用者定義標籤字典。
tags?: {[propertyName: string]: string}
屬性值
{[propertyName: string]: string}