@Beta(value=V1_7_0) public interface EventHubs extends com.microsoft.azure.management.resources.fluentcore.collection.SupportsCreating<EventHub.DefinitionStages.Blank>, com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById, com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingById<EventHub>, com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.eventhub.implementation.EventHubsInner>, com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager<com.microsoft.azure.management.eventhub.implementation.EventHubManager>
| Modifier and Type | Method and Description |
|---|---|
EventHubAuthorizationRules |
authorizationRules() |
EventHubConsumerGroups |
consumerGroups() |
void |
deleteByName(String resourceGroupName,
String namespaceName,
String name)
Deletes an event hub in a namespace under a resource group.
|
rx.Completable |
deleteByNameAsync(String resourceGroupName,
String namespaceName,
String name)
Deletes an event hub in a namespace under a resource group.
|
EventHub |
getByName(String resourceGroupName,
String namespaceName,
String name)
Gets an event hub in a namespace under a resource group.
|
rx.Observable<EventHub> |
getByNameAsync(String resourceGroupName,
String namespaceName,
String name)
Gets an event hub in a namespace under a resource group.
|
com.microsoft.azure.PagedList<EventHub> |
listByNamespace(String resourceGroupName,
String namespaceName)
Lists the event hubs in a namespace under a resource group.
|
rx.Observable<EventHub> |
listByNamespaceAsync(String resourceGroupName,
String namespaceName)
Lists the event hubs in a namespace under a resource group.
|
definedeleteById, deleteByIdAsync, deleteByIdAsyncgetById, getByIdAsync, getByIdAsync@Beta(value=V1_7_0) EventHubAuthorizationRules authorizationRules()
@Beta(value=V1_7_0) EventHubConsumerGroups consumerGroups()
@Beta(value=V1_7_0) com.microsoft.azure.PagedList<EventHub> listByNamespace(String resourceGroupName, String namespaceName)
resourceGroupName - resource group namenamespaceName - namespace name@Beta(value=V1_7_0) rx.Observable<EventHub> listByNamespaceAsync(String resourceGroupName, String namespaceName)
resourceGroupName - resource group namenamespaceName - namespace name@Beta(value=V1_7_0) rx.Observable<EventHub> getByNameAsync(String resourceGroupName, String namespaceName, String name)
resourceGroupName - resource group namenamespaceName - namespace namename - event hub name@Beta(value=V1_7_0) EventHub getByName(String resourceGroupName, String namespaceName, String name)
resourceGroupName - resource group namenamespaceName - namespace namename - event hub name@Beta(value=V1_7_0) rx.Completable deleteByNameAsync(String resourceGroupName, String namespaceName, String name)
resourceGroupName - resource group namenamespaceName - namespace namename - event hub name /**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/