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