Uses of Class
com.azure.resourcemanager.servicebus.fluent.models.EventhubInner
Packages that use EventhubInner
Package
Description
Package containing the service clients for ServiceBusManagementClient.
Package containing the inner data models for ServiceBusManagementClient.
Package containing the data models for ServiceBusManagementClient.
-
Uses of EventhubInner in com.azure.resourcemanager.servicebus.fluent
Methods in com.azure.resourcemanager.servicebus.fluent that return types with arguments of type EventhubInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<EventhubInner>EventHubsClient.listByNamespace(String resourceGroupName, String namespaceName) Gets all the Event Hubs in a service bus Namespace.com.azure.core.http.rest.PagedIterable<EventhubInner>EventHubsClient.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>EventHubsClient.listByNamespaceAsync(String resourceGroupName, String namespaceName) Gets all the Event Hubs in a service bus Namespace. -
Uses of EventhubInner in com.azure.resourcemanager.servicebus.fluent.models
Methods in com.azure.resourcemanager.servicebus.fluent.models that return EventhubInnerModifier and TypeMethodDescriptionEventhubInner.withCaptureDescription(CaptureDescription captureDescription) Set the captureDescription property: Properties of capture description.EventhubInner.withMessageRetentionInDays(Long messageRetentionInDays) Set the messageRetentionInDays property: Number of days to retain the events for this Event Hub, value should be 1 to 7 days.EventhubInner.withPartitionCount(Long partitionCount) Set the partitionCount property: Number of partitions created for the Event Hub, allowed values are from 1 to 32 partitions.EventhubInner.withStatus(EntityStatus status) Set the status property: Enumerates the possible values for the status of a Event Hub. -
Uses of EventhubInner in com.azure.resourcemanager.servicebus.models
Methods in com.azure.resourcemanager.servicebus.models that return types with arguments of type EventhubInnerModifier and TypeMethodDescriptionEventHubListResult.value()Get the value property: Result of the List EventHubs operation.Method parameters in com.azure.resourcemanager.servicebus.models with type arguments of type EventhubInnerModifier and TypeMethodDescriptionEventHubListResult.withValue(List<EventhubInner> value) Set the value property: Result of the List EventHubs operation.