次の方法で共有


IntegrationRuntimeAuthKeys コンストラクター

定義

オーバーロード

IntegrationRuntimeAuthKeys()

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

IntegrationRuntimeAuthKeys(String, String)

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

IntegrationRuntimeAuthKeys()

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

public IntegrationRuntimeAuthKeys ();
Public Sub New ()

適用対象

IntegrationRuntimeAuthKeys(String, String)

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

public IntegrationRuntimeAuthKeys (string authKey1 = default, string authKey2 = default);
new Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeAuthKeys : string * string -> Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeAuthKeys
Public Sub New (Optional authKey1 As String = Nothing, Optional authKey2 As String = Nothing)

パラメーター

authKey1
String

プライマリ統合ランタイム認証キー。

authKey2
String

セカンダリ統合ランタイム認証キー。

適用対象