Share via


ComponentSetup Class

Definition

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
ComponentSetup
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