Interface AuthorizationKeys

All Superinterfaces:
HasInner<com.microsoft.azure.management.servicebus.implementation.ResourceListKeysInner>

public interface AuthorizationKeys extends HasInner<com.microsoft.azure.management.servicebus.implementation.ResourceListKeysInner>
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