IntegrationRuntimeAuthKeys コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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
セカンダリ統合ランタイム認証キー。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET