TopicAuthorizationRule Interface
Implements
public interface TopicAuthorizationRule
extends AuthorizationRule<TopicAuthorizationRule>, Updatable<Update>
Type representing authorization rule defined for topic.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract String | namespaceName() |
abstract String | topicName() |
Method Details
namespaceName
public abstract String namespaceName()
Returns:
the name of the namespace that the parent topic belongs to
topicName
public abstract String topicName()
Returns:
the name of the parent topic name
Applies to
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Java