Uses of Class
com.azure.resourcemanager.servicebus.fluent.models.EventhubInner
-
Packages that use EventhubInner Package Description com.azure.resourcemanager.servicebus.fluent Package containing the service clients for ServiceBusManagementClient.com.azure.resourcemanager.servicebus.fluent.models Package containing the inner data models for ServiceBusManagementClient.com.azure.resourcemanager.servicebus.models 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 EventhubInner Modifier and Type Method Description com.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 EventhubInner Modifier and Type Method Description EventhubInnerEventhubInner. withCaptureDescription(CaptureDescription captureDescription)Set the captureDescription property: Properties of capture description.EventhubInnerEventhubInner. 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.EventhubInnerEventhubInner. withPartitionCount(Long partitionCount)Set the partitionCount property: Number of partitions created for the Event Hub, allowed values are from 1 to 32 partitions.EventhubInnerEventhubInner. 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 EventhubInner Modifier and Type Method Description List<EventhubInner>EventHubListResult. value()Get the value property: Result of the List EventHubs operation.Method parameters in com.azure.resourcemanager.servicebus.models with type arguments of type EventhubInner Modifier and Type Method Description EventHubListResultEventHubListResult. withValue(List<EventhubInner> value)Set the value property: Result of the List EventHubs operation.
-