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