ComponentSetup interface
The custom setup of installing 3rd party components.
- Extends
Properties
component |
The name of the 3rd party component. |
license |
The license key to activate the component. |
type | Polymorphic discriminator, which specifies the different types this object can be |
Property Details
componentName
The name of the 3rd party component.
componentName: string
Property Value
string
licenseKey
The license key to activate the component.
licenseKey?: SecretBaseUnion
Property Value
type
Polymorphic discriminator, which specifies the different types this object can be
type: "ComponentSetup"
Property Value
"ComponentSetup"
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript