Interface CommunicationServiceKeys


public interface CommunicationServiceKeys
An immutable client-side representation of CommunicationServiceKeys.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the inner com.azure.resourcemanager.communication.fluent.models.CommunicationServiceKeysInner object.
    Gets the primaryConnectionString property: CommunicationService connection string constructed via the primaryKey.
    Gets the primaryKey property: The primary access key.
    Gets the secondaryConnectionString property: CommunicationService connection string constructed via the secondaryKey.
    Gets the secondaryKey property: The secondary access key.
  • Method Details

    • 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

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