次の方法で共有


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}