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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET