public interface EventHubsClient
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.http.rest.PagedIterable<EventhubInner> |
listByNamespace(String resourceGroupName,
String namespaceName)
Gets all the Event Hubs in a service bus Namespace.
|
com.azure.core.http.rest.PagedIterable<EventhubInner> |
listByNamespace(String resourceGroupName,
String namespaceName,
com.azure.core.util.Context context)
Gets all the Event Hubs in a service bus Namespace.
|
com.azure.core.http.rest.PagedFlux<EventhubInner> |
listByNamespaceAsync(String resourceGroupName,
String namespaceName)
Gets all the Event Hubs in a service bus Namespace.
|
com.azure.core.http.rest.PagedFlux<EventhubInner> listByNamespaceAsync(String resourceGroupName, String namespaceName)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<EventhubInner> listByNamespace(String resourceGroupName, String namespaceName)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<EventhubInner> listByNamespace(String resourceGroupName, String namespaceName, com.azure.core.util.Context context)
resourceGroupName - Name of the Resource group within the Azure subscription.namespaceName - The namespace name.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Copyright © 2021 Microsoft Corporation. All rights reserved.