次の方法で共有


ComponentSetup コンストラクター

定義

オーバーロード

ComponentSetup()

ComponentSetup クラスの新しいインスタンスを初期化します。

ComponentSetup(String, SecretBase)

ComponentSetup クラスの新しいインスタンスを初期化します。

ComponentSetup()

ComponentSetup クラスの新しいインスタンスを初期化します。

public ComponentSetup ();
Public Sub New ()

適用対象

ComponentSetup(String, SecretBase)

ComponentSetup クラスの新しいインスタンスを初期化します。

public ComponentSetup (string componentName, Microsoft.Azure.Management.DataFactory.Models.SecretBase licenseKey = default);
new Microsoft.Azure.Management.DataFactory.Models.ComponentSetup : string * Microsoft.Azure.Management.DataFactory.Models.SecretBase -> Microsoft.Azure.Management.DataFactory.Models.ComponentSetup
Public Sub New (componentName As String, Optional licenseKey As SecretBase = Nothing)

パラメーター

componentName
String

サード パーティ製コンポーネントの名前。

licenseKey
SecretBase

コンポーネントをアクティブ化するためのライセンス キー。

適用対象