你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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