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() |
abstract String | primaryKey() |
abstract String | secondaryConnectionString() |
abstract String | secondaryKey() |
Method Details
primaryConnectionString
public abstract String primaryConnectionString()
Returns:
primary connection string
primaryKey
public abstract String primaryKey()
Returns:
primary key associated with the rule
secondaryConnectionString
public abstract String secondaryConnectionString()
Returns:
secondary connection string
secondaryKey
public abstract String secondaryKey()
Returns:
secondary key associated with the rule
Applies to
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Java