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()
Gets the name of the namespace that the parent topic belongs to. |
abstract String |
topicName()
Gets the name of the parent topic name. |
Method Details
namespaceName
public abstract String namespaceName()
Gets the name of the namespace that the parent topic belongs to.
Returns:
the name of the namespace that the parent topic belongs to
topicName
public abstract String topicName()
Gets the name of the parent topic name.
Returns:
the name of the parent topic 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