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()
      Returns:
      primary key associated with the rule
    • secondaryKey

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

      String primaryConnectionString()
      Returns:
      primary connection string
    • secondaryConnectionString

      String secondaryConnectionString()
      Returns:
      secondary connection string