Interface IntegrationRuntimeAuthKeys
public interface IntegrationRuntimeAuthKeys
An immutable client-side representation of IntegrationRuntimeAuthKeys.
-
Method Summary
Modifier and TypeMethodDescriptionauthKey1()
Gets the authKey1 property: The primary integration runtime authentication key.authKey2()
Gets the authKey2 property: The secondary integration runtime authentication key.Gets the inner com.azure.resourcemanager.datafactory.fluent.models.IntegrationRuntimeAuthKeysInner object.
-
Method Details
-
authKey1
String authKey1()Gets the authKey1 property: The primary integration runtime authentication key.- Returns:
- the authKey1 value.
-
authKey2
String authKey2()Gets the authKey2 property: The secondary integration runtime authentication key.- Returns:
- the authKey2 value.
-
innerModel
IntegrationRuntimeAuthKeysInner innerModel()Gets the inner com.azure.resourcemanager.datafactory.fluent.models.IntegrationRuntimeAuthKeysInner object.- Returns:
- the inner object.
-