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}