Interface SignalRKeys


  • public interface SignalRKeys
    An immutable client-side representation of SignalRKeys.
    • Method Detail

      • primaryKey

        String primaryKey()
        Gets the primaryKey property: The primary access key.
        Returns:
        the primaryKey value.
      • secondaryKey

        String secondaryKey()
        Gets the secondaryKey property: The secondary access key.
        Returns:
        the secondaryKey value.
      • primaryConnectionString

        String primaryConnectionString()
        Gets the primaryConnectionString property: Connection string constructed via the primaryKey.
        Returns:
        the primaryConnectionString value.
      • secondaryConnectionString

        String secondaryConnectionString()
        Gets the secondaryConnectionString property: Connection string constructed via the secondaryKey.
        Returns:
        the secondaryConnectionString value.
      • innerModel

        SignalRKeysInner innerModel()
        Gets the inner com.azure.resourcemanager.signalr.fluent.models.SignalRKeysInner object.
        Returns:
        the inner object.