Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ExtensionResource

Package version

interface

An interface representing ExtensionResource. The response to an extension resource GET request.

extends

Resource

Hierarchy

Index

Properties

Optional id

id: undefined | string
member

{string} [id] Unique identifier of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

Optional location

location: undefined | string
member

{string} [location] Resource location.

Optional name

name: undefined | string
member

{string} [name] Resource name. NOTE: This property will not be serialized. It can only be populated by the server.

Optional plan

member

{ExtensionResourcePlan} [plan] The extension plan that was purchased.

Optional properties

properties: undefined | object
member

{{ [propertyName: string]: string }} [properties] Resource properties.

Optional tags

tags: undefined | object
member

{{ [propertyName: string]: string }} [tags] Resource tags.

Optional type

type: undefined | string
member

{string} [type] Resource type. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc