EventHubNamespaceAuthorizationRule Interface
Implements
public interface EventHubNamespaceAuthorizationRule
extends AuthorizationRule<EventHubNamespaceAuthorizationRule>
Type representing authorization rule of an event hub namespace.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract String | namespaceName() |
abstract String | namespaceResourceGroupName() |
Method Details
namespaceName
public abstract String namespaceName()
Returns:
the name of the event hub namespace.
namespaceResourceGroupName
public abstract String namespaceResourceGroupName()
Returns:
the resource group of the namespace where parent event hub resides.
Applies to
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Java