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

QueueAuthorizationRule Interface

Implements

public interface QueueAuthorizationRule
extends AuthorizationRule<QueueAuthorizationRule>, Updatable<Update>

Type representing authorization rule defined for queue.

Method Summary

Modifier and Type Method and Description
abstract String namespaceName()

Gets the name of the namespace that the parent queue belongs to.

abstract String queueName()

Gets the name of the parent queue name.

Method Details

namespaceName

public abstract String namespaceName()

Gets the name of the namespace that the parent queue belongs to.

Returns:

the name of the namespace that the parent queue belongs to

queueName

public abstract String queueName()

Gets the name of the parent queue name.

Returns:

the name of the parent queue name

Applies to