IntegrationRuntimeAuthKeysInner Class
- java.
lang. Object - com.
azure. resourcemanager. synapse. fluent. models. IntegrationRuntimeAuthKeysInner
- com.
Implements
public final class IntegrationRuntimeAuthKeysInner
implements JsonSerializable<IntegrationRuntimeAuthKeysInner>
The integration runtime authentication keys.
Constructor Summary
| Constructor | Description |
|---|---|
| IntegrationRuntimeAuthKeysInner() |
Creates an instance of Integration |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
authKey1()
Get the auth |
| String |
authKey2()
Get the auth |
|
static
Integration |
fromJson(JsonReader jsonReader)
Reads an instance of Integration |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Integration |
withAuthKey1(String authKey1)
Set the auth |
|
Integration |
withAuthKey2(String authKey2)
Set the auth |
Methods inherited from java.lang.Object
Constructor Details
IntegrationRuntimeAuthKeysInner
public IntegrationRuntimeAuthKeysInner()
Creates an instance of IntegrationRuntimeAuthKeysInner class.
Method Details
authKey1
public String authKey1()
Get the authKey1 property: The primary integration runtime authentication key.
Returns:
authKey2
public String authKey2()
Get the authKey2 property: The secondary integration runtime authentication key.
Returns:
fromJson
public static IntegrationRuntimeAuthKeysInner fromJson(JsonReader jsonReader)
Reads an instance of IntegrationRuntimeAuthKeysInner from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
withAuthKey1
public IntegrationRuntimeAuthKeysInner withAuthKey1(String authKey1)
Set the authKey1 property: The primary integration runtime authentication key.
Parameters:
Returns:
withAuthKey2
public IntegrationRuntimeAuthKeysInner withAuthKey2(String authKey2)
Set the authKey2 property: The secondary integration runtime authentication key.
Parameters:
Returns: