Class IntegrationRuntimeAuthKeysInner
java.lang.Object
com.azure.resourcemanager.datafactory.fluent.models.IntegrationRuntimeAuthKeysInner
The integration runtime authentication keys.
-
Constructor Summary
ConstructorDescriptionCreates an instance of IntegrationRuntimeAuthKeysInner class. -
Method Summary
Modifier and TypeMethodDescriptionauthKey1()
Get the authKey1 property: The primary integration runtime authentication key.authKey2()
Get the authKey2 property: The secondary integration runtime authentication key.void
validate()
Validates the instance.withAuthKey1
(String authKey1) Set the authKey1 property: The primary integration runtime authentication key.withAuthKey2
(String authKey2) Set the authKey2 property: The secondary integration runtime authentication key.
-
Constructor Details
-
IntegrationRuntimeAuthKeysInner
public IntegrationRuntimeAuthKeysInner()Creates an instance of IntegrationRuntimeAuthKeysInner class.
-
-
Method Details
-
authKey1
Get the authKey1 property: The primary integration runtime authentication key.- Returns:
- the authKey1 value.
-
withAuthKey1
Set the authKey1 property: The primary integration runtime authentication key.- Parameters:
authKey1
- the authKey1 value to set.- Returns:
- the IntegrationRuntimeAuthKeysInner object itself.
-
authKey2
Get the authKey2 property: The secondary integration runtime authentication key.- Returns:
- the authKey2 value.
-
withAuthKey2
Set the authKey2 property: The secondary integration runtime authentication key.- Parameters:
authKey2
- the authKey2 value to set.- Returns:
- the IntegrationRuntimeAuthKeysInner object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-