Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ExtensionResourceRequest

Package version

interface

An interface representing ExtensionResourceRequest. The body of an extension resource PUT request.

Hierarchy

  • ExtensionResourceRequest

Index

Properties

Optional location

location: undefined | string
member

{string} [location] The Azure region of the Visual Studio account associated with this request (i.e 'southcentralus'.)

Optional plan

member

{ExtensionResourcePlan} [plan] Extended information about the plan being purchased for this extension resource.

Optional properties

properties: undefined | object
member

{{ [propertyName: string]: string }} [properties] A dictionary of extended properties. This property is currently unused.

Optional tags

tags: undefined | object
member

{{ [propertyName: string]: string }} [tags] A dictionary of user-defined tags to be stored with the extension resource.

Generated using TypeDoc