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