IntegrationRuntimeAuthKeys Constructeurs

Définition

Surcharges

IntegrationRuntimeAuthKeys()

Initialise une nouvelle instance de la classe IntegrationRuntimeAuthKeys.

IntegrationRuntimeAuthKeys(String, String)

Initialise une nouvelle instance de la classe IntegrationRuntimeAuthKeys.

IntegrationRuntimeAuthKeys()

Initialise une nouvelle instance de la classe IntegrationRuntimeAuthKeys.

public IntegrationRuntimeAuthKeys ();
Public Sub New ()

S’applique à

IntegrationRuntimeAuthKeys(String, String)

Initialise une nouvelle instance de la classe 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)

Paramètres

authKey1
String

Clé d’authentification du runtime d’intégration principale.

authKey2
String

Clé d’authentification du runtime d’intégration secondaire.

S’applique à