Interface AuthorizationKeys

All Superinterfaces:
com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel<AccessKeysInner>

public interface AuthorizationKeys extends com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel<AccessKeysInner>
Authorization key and connection string of authorization rule associated with Service Bus entities.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the primary connection string.
    Gets the primary key associated with the rule.
    Gets the secondary connection string.
    Gets the secondary key associated with the rule.

    Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel

    innerModel
  • 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