ComponentSetup Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The custom setup of installing 3rd party components.
[Microsoft.Rest.Serialization.JsonTransformation]
public class ComponentSetup : Microsoft.Azure.Management.Synapse.Models.CustomSetupBase
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ComponentSetup = class
inherit CustomSetupBase
Public Class ComponentSetup
Inherits CustomSetupBase
- Inheritance
- Attributes
Constructors
ComponentSetup() |
Initializes a new instance of the ComponentSetup class. |
ComponentSetup(String, SecretBase) |
Initializes a new instance of the ComponentSetup class. |
Properties
ComponentName |
Gets or sets the name of the 3rd party component. |
LicenseKey |
Gets or sets the license key to activate the component. |
Methods
Validate() |
Validate the object. |
Applies to
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 .NET