你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ExtensionResourceRequest interface

扩展资源 PUT 请求的正文。

属性

location

与此请求关联的 Visual Studio 帐户的 Azure 区域(即“southcentralus”。)

plan

有关为此扩展资源购买的计划的扩展信息。

properties

扩展属性的字典。 此属性当前未使用。

tags

要与扩展资源一起存储的用户定义标记的字典。

属性详细信息

location

与此请求关联的 Visual Studio 帐户的 Azure 区域(即“southcentralus”。)

location?: string

属性值

string

plan

有关为此扩展资源购买的计划的扩展信息。

plan?: ExtensionResourcePlan

属性值

properties

扩展属性的字典。 此属性当前未使用。

properties?: {[propertyName: string]: string}

属性值

{[propertyName: string]: string}

tags

要与扩展资源一起存储的用户定义标记的字典。

tags?: {[propertyName: string]: string}

属性值

{[propertyName: string]: string}