ExtensionResourceRequest interface

The body of an extension resource PUT request.

Properties

location

The Azure region of the Visual Studio account associated with this request (i.e 'southcentralus'.)

plan

Extended information about the plan being purchased for this extension resource.

properties

A dictionary of extended properties. This property is currently unused.

tags

A dictionary of user-defined tags to be stored with the extension resource.

Property Details

location

The Azure region of the Visual Studio account associated with this request (i.e 'southcentralus'.)

location?: string

Property Value

string

plan

Extended information about the plan being purchased for this extension resource.

plan?: ExtensionResourcePlan

Property Value

properties

A dictionary of extended properties. This property is currently unused.

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

Property Value

{[propertyName: string]: string}

tags

A dictionary of user-defined tags to be stored with the extension resource.

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

Property Value

{[propertyName: string]: string}