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:

primary connection string

primaryKey

public abstract String primaryKey()

Gets the primary key associated with the rule.

Returns:

primary key associated with the rule

secondaryConnectionString

public abstract String secondaryConnectionString()

Gets the secondary connection string.

Returns:

secondary connection string

secondaryKey

public abstract String secondaryKey()

Gets the secondary key associated with the rule.

Returns:

secondary key associated with the rule

Applies to