RequestedExtension interface
A request for an extension (to be installed or have a license assigned)
Properties
extension |
The unique name of the extension |
extension |
A list of each request for the extension |
publisher |
DisplayName of the publisher that owns the extension being published. |
publisher |
Represents the Publisher of the requested extension |
request |
The total number of requests for an extension |
Property Details
extensionName
The unique name of the extension
extensionName: string
Property Value
string
extensionRequests
A list of each request for the extension
extensionRequests: ExtensionRequest[]
Property Value
publisherDisplayName
DisplayName of the publisher that owns the extension being published.
publisherDisplayName: string
Property Value
string
publisherName
Represents the Publisher of the requested extension
publisherName: string
Property Value
string
requestCount
The total number of requests for an extension
requestCount: number
Property Value
number