Interface IntegrationRuntimeAuthKeys
-
public interface IntegrationRuntimeAuthKeys
An immutable client-side representation of IntegrationRuntimeAuthKeys.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
authKey1()
Gets the authKey1 property: The primary integration runtime authentication key.String
authKey2()
Gets the authKey2 property: The secondary integration runtime authentication key.IntegrationRuntimeAuthKeysInner
innerModel()
Gets the inner com.azure.resourcemanager.datafactory.fluent.models.IntegrationRuntimeAuthKeysInner object.
-
-
-
Method Detail
-
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.
-
-