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}