AuthorizationKeys Interface
Implements
public interface AuthorizationKeys
extends HasInnerModel<AccessKeysInner>
Authorization key and connection string of authorization rule associated with Service Bus entities.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract String |
primaryConnectionString()
Gets the primary connection string. |
abstract String |
primaryKey()
Gets the primary key associated with the rule. |
abstract String |
secondaryConnectionString()
Gets the secondary connection string. |
abstract String |
secondaryKey()
Gets the secondary key associated with the rule. |
Method Details
primaryConnectionString
public abstract String primaryConnectionString()
Gets the primary connection string.
Returns:
primaryKey
public abstract String primaryKey()
Gets the primary key associated with the rule.
Returns:
secondaryConnectionString
public abstract String secondaryConnectionString()
Gets the secondary connection string.
Returns:
secondaryKey
public abstract String secondaryKey()
Gets the secondary key associated with the rule.
Returns:
Applies to
Azure SDK for Java