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() |
abstract String | queueName() |
Method Details
namespaceName
public abstract String namespaceName()
Returns:
the name of the namespace that the parent queue belongs to
queueName
public abstract String queueName()
Returns:
the name of the parent queue name
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Java