ExtensionValueV2Properties interface
Describes Extension Metadata properties.
- Extends
Properties
| architecture | Architectures (x64, arms64, etc.) that this extension supports. NOTE: This property will not be serialized. It can only be populated by the server. |
| extension |
Location of the signature files for the extension. NOTE: This property will not be serialized. It can only be populated by the server. |
| extension |
A list of locations where the extension packages can be found. NOTE: This property will not be serialized. It can only be populated by the server. |
| operating |
The operating system (Windows, Linux, etc.) this extension supports. NOTE: This property will not be serialized. It can only be populated by the server. |
Inherited Properties
| extension |
The type of the Extension being received. NOTE: This property will not be serialized. It can only be populated by the server. |
| publisher | The publisher of the Extension being received. NOTE: This property will not be serialized. It can only be populated by the server. |
| version | The version of the Extension being received. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
architecture
Architectures (x64, arms64, etc.) that this extension supports. NOTE: This property will not be serialized. It can only be populated by the server.
architecture?: string[]
Property Value
string[]
extensionSignatureUri
Location of the signature files for the extension. NOTE: This property will not be serialized. It can only be populated by the server.
extensionSignatureUri?: string
Property Value
string
extensionUris
A list of locations where the extension packages can be found. NOTE: This property will not be serialized. It can only be populated by the server.
extensionUris?: string[]
Property Value
string[]
operatingSystem
The operating system (Windows, Linux, etc.) this extension supports. NOTE: This property will not be serialized. It can only be populated by the server.
operatingSystem?: string
Property Value
string
Inherited Property Details
extensionType
The type of the Extension being received. NOTE: This property will not be serialized. It can only be populated by the server.
extensionType?: string
Property Value
string
Inherited From ExtensionValueProperties.extensionType
publisher
The publisher of the Extension being received. NOTE: This property will not be serialized. It can only be populated by the server.
publisher?: string
Property Value
string
Inherited From ExtensionValueProperties.publisher
version
The version of the Extension being received. NOTE: This property will not be serialized. It can only be populated by the server.
version?: string
Property Value
string
Inherited From ExtensionValueProperties.version