EventHubAuthorizationRules Interface
Implements
public interface EventHubAuthorizationRules
extends SupportsCreating<Blank>, SupportsDeletingById, SupportsGettingById<EventHubAuthorizationRule>, HasManager<EventHubsManager>
Entry point to manage event hub authorization rules.
Method Summary
Method Details
deleteByName
public abstract void deleteByName(String resourceGroupName, String namespaceName, String eventHubName, String name)
Deletes an authorization rule of an event hub in a namespace under a resource group.
Parameters:
deleteByNameAsync
public abstract Mono
Deletes an authorization rule of an event hub in a namespace under a resource group.
Parameters:
Returns:
getByName
public abstract EventHubAuthorizationRule getByName(String resourceGroupName, String namespaceName, String eventHubName, String name)
Gets an authorization rule of an event hub in a namespace under a resource group.
Parameters:
Returns:
getByNameAsync
public abstract Mono
Gets an authorization rule of an event hub in a namespace in a resource group.
Parameters:
Returns:
listByEventHub
public abstract PagedIterable
Lists the authorization rules of an event hub in a namespace under a resource group.
Parameters:
Returns:
listByEventHubAsync
public abstract PagedFlux
Lists the authorization rules of an event hub in a namespace under a resource group.
Parameters:
Returns:
Applies to
Azure SDK for Java