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 authKey1 property: The primary integration runtime authentication key.

abstract String authKey2()

Gets the authKey2 property: The secondary integration runtime authentication key.

abstract IntegrationRuntimeAuthKeysInner innerModel()

Gets the inner com.azure.resourcemanager.synapse.fluent.models.IntegrationRuntimeAuthKeysInner object.

Method Details

authKey1

public abstract String authKey1()

Gets the authKey1 property: The primary integration runtime authentication key.

Returns:

the authKey1 value.

authKey2

public abstract String authKey2()

Gets the authKey2 property: The secondary integration runtime authentication key.

Returns:

the authKey2 value.

innerModel

public abstract IntegrationRuntimeAuthKeysInner innerModel()

Gets the inner com.azure.resourcemanager.synapse.fluent.models.IntegrationRuntimeAuthKeysInner object.

Returns:

the inner object.

Applies to