Interface AuthorizationKeys

All Superinterfaces:
HasInnerModel<AccessKeysInner>

public interface AuthorizationKeys extends HasInnerModel<AccessKeysInner>
Authorization key and connection string of authorization rule associated with Service Bus entities.
  • Method Details

    • primaryKey

      String primaryKey()
      Gets the primary key associated with the rule.
      Returns:
      primary key associated with the rule
    • secondaryKey

      String secondaryKey()
      Gets the secondary key associated with the rule.
      Returns:
      secondary key associated with the rule
    • primaryConnectionString

      String primaryConnectionString()
      Gets the primary connection string.
      Returns:
      primary connection string
    • secondaryConnectionString

      String secondaryConnectionString()
      Gets the secondary connection string.
      Returns:
      secondary connection string