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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET