Interface CommunicationServiceKeys


  • public interface CommunicationServiceKeys
    An immutable client-side representation of CommunicationServiceKeys.
    • 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: CommunicationService connection string constructed via the primaryKey.
        Returns:
        the primaryConnectionString value.
      • secondaryConnectionString

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

        CommunicationServiceKeysInner innerModel()
        Gets the inner com.azure.resourcemanager.communication.fluent.models.CommunicationServiceKeysInner object.
        Returns:
        the inner object.