SignalRKeys Interface

public interface SignalRKeys

An immutable client-side representation of SignalRKeys.

Method Summary

Modifier and Type Method and Description
abstract SignalRKeysInner innerModel()

Gets the inner com.azure.resourcemanager.signalr.fluent.models.SignalRKeysInner object.

abstract String primaryConnectionString()

Gets the primaryConnectionString property: Connection string constructed via the primaryKey.

abstract String primaryKey()

Gets the primaryKey property: The primary access key.

abstract String secondaryConnectionString()

Gets the secondaryConnectionString property: Connection string constructed via the secondaryKey.

abstract String secondaryKey()

Gets the secondaryKey property: The secondary access key.

Method Details

innerModel

public abstract SignalRKeysInner innerModel()

Gets the inner com.azure.resourcemanager.signalr.fluent.models.SignalRKeysInner object.

Returns:

the inner object.

primaryConnectionString

public abstract String primaryConnectionString()

Gets the primaryConnectionString property: Connection string constructed via the primaryKey.

Returns:

the primaryConnectionString value.

primaryKey

public abstract String primaryKey()

Gets the primaryKey property: The primary access key.

Returns:

the primaryKey value.

secondaryConnectionString

public abstract String secondaryConnectionString()

Gets the secondaryConnectionString property: Connection string constructed via the secondaryKey.

Returns:

the secondaryConnectionString value.

secondaryKey

public abstract String secondaryKey()

Gets the secondaryKey property: The secondary access key.

Returns:

the secondaryKey value.

Applies to