EventHubAuthorizationRules Interface
Implements
public interface EventHubAuthorizationRules
extends SupportsCreating<Blank>, SupportsDeletingById, SupportsGettingById<EventHubAuthorizationRule>, HasInner<com.microsoft.azure.management.eventhub.implementation.EventHubsInner>, HasManager<com.microsoft.azure.management.eventhub.implementation.EventHubManager>
Entry point to manage event hub authorization rules.
Method Summary
Modifier and Type | Method and Description |
---|---|
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. |
abstract rx.Completable |
deleteByNameAsync(String resourceGroupName, String namespaceName, String eventHubName, String name)
Deletes an authorization rule of an event hub in a namespace under a resource group. |
abstract
Event |
getByName(String resourceGroupName, String namespaceName, String eventHubName, String name)
Gets an authorization rule of an event hub in a namespace under a resource group. |
abstract
rx.Observable<Event |
getByNameAsync(String resourceGroupName, String namespaceName, String eventHubName, String name)
Gets an authorization rule of an event hub in a namespace in a resource group. |
abstract
com.microsoft.azure.PagedList<Event |
listByEventHub(String resourceGroupName, String namespaceName, String eventHubName)
Lists the authorization rules of an event hub in a namespace under a resource group. |
abstract
rx.Observable<Event |
listByEventHubAsync(String resourceGroupName, String namespaceName, String eventHubName)
Lists the authorization rules of an event hub in a namespace under a resource group. |
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 Completable deleteByNameAsync(String resourceGroupName, String namespaceName, String eventHubName, String name)
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 Observable
Gets an authorization rule of an event hub in a namespace in a resource group.
Parameters:
Returns:
listByEventHub
public abstract PagedList
Lists the authorization rules of an event hub in a namespace under a resource group.
Parameters:
Returns:
listByEventHubAsync
public abstract Observable
Lists the authorization rules of an event hub in a namespace under a resource group.
Parameters:
Returns:
Applies to
Azure SDK for Java