ExtensionValueV2Properties interface

Describes Extension Metadata properties.

Extends

Properties

architecture

Architectures (x64, arms64, etc.) that this extension supports.

extensionSignatureUri

Location of the signature files for the extension.

extensionUris

A list of locations where the extension packages can be found.

operatingSystem

The operating system (Windows, Linux, etc.) this extension supports.

Inherited Properties

extensionType

The type of the Extension being received.

publisher

The publisher of the Extension being received.

version

The version of the Extension being received.

Property Details

architecture

Architectures (x64, arms64, etc.) that this extension supports.

architecture?: string[]

Property Value

string[]

extensionSignatureUri

Location of the signature files for the extension.

extensionSignatureUri?: string

Property Value

string

extensionUris

A list of locations where the extension packages can be found.

extensionUris?: string[]

Property Value

string[]

operatingSystem

The operating system (Windows, Linux, etc.) this extension supports.

operatingSystem?: string

Property Value

string

Inherited Property Details

extensionType

The type of the Extension being received.

extensionType?: string

Property Value

string

Inherited From ExtensionValueProperties.extensionType

publisher

The publisher of the Extension being received.

publisher?: string

Property Value

string

Inherited From ExtensionValueProperties.publisher

version

The version of the Extension being received.

version?: string

Property Value

string

Inherited From ExtensionValueProperties.version