AuthorizationKeys Interface
public interface AuthorizationKeys extends HasInner
Authorization key and connection string of authorization rule associated with Service Bus entities.
Method Summary
Modifier and Type | Method and Description |
---|---|
String | primaryConnectionString() |
String | primaryKey() |
String | secondaryConnectionString() |
String | secondaryKey() |
Inherited Members
Method Details
primaryConnectionString
public String primaryConnectionString()
Returns:
primary connection string
primaryKey
public String primaryKey()
Returns:
primary key associated with the rule
secondaryConnectionString
public String secondaryConnectionString()
Returns:
secondary connection string
secondaryKey
public String secondaryKey()
Returns:
secondary key associated with the rule
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java