Uses of Class
com.azure.resourcemanager.eventhubs.fluent.models.EventhubInner
Packages that use EventhubInner
Package
Description
Package containing the service clients for EventHubManagementClient.
Package containing the inner data models for EventHubManagementClient.
Package containing the data models for EventHubManagementClient.
-
Uses of EventhubInner in com.azure.resourcemanager.eventhubs.fluent
Methods in com.azure.resourcemanager.eventhubs.fluent that return EventhubInnerModifier and TypeMethodDescriptionEventHubsClient.createOrUpdate(String resourceGroupName, String namespaceName, String eventHubName, EventhubInner parameters) Creates or updates a new Event Hub as a nested resource within a Namespace.Gets an Event Hubs description for the specified Event Hub.Methods in com.azure.resourcemanager.eventhubs.fluent that return types with arguments of type EventhubInnerModifier and TypeMethodDescriptionEventHubsClient.createOrUpdateAsync(String resourceGroupName, String namespaceName, String eventHubName, EventhubInner parameters) Creates or updates a new Event Hub as a nested resource within a Namespace.com.azure.core.http.rest.Response<EventhubInner>EventHubsClient.createOrUpdateWithResponse(String resourceGroupName, String namespaceName, String eventHubName, EventhubInner parameters, com.azure.core.util.Context context) Creates or updates a new Event Hub as a nested resource within a Namespace.Mono<com.azure.core.http.rest.Response<EventhubInner>>EventHubsClient.createOrUpdateWithResponseAsync(String resourceGroupName, String namespaceName, String eventHubName, EventhubInner parameters) Creates or updates a new Event Hub as a nested resource within a Namespace.Gets an Event Hubs description for the specified Event Hub.com.azure.core.http.rest.Response<EventhubInner>EventHubsClient.getWithResponse(String resourceGroupName, String namespaceName, String eventHubName, com.azure.core.util.Context context) Gets an Event Hubs description for the specified Event Hub.Mono<com.azure.core.http.rest.Response<EventhubInner>>EventHubsClient.getWithResponseAsync(String resourceGroupName, String namespaceName, String eventHubName) Gets an Event Hubs description for the specified Event Hub.com.azure.core.http.rest.PagedIterable<EventhubInner>EventHubsClient.listByNamespace(String resourceGroupName, String namespaceName) Gets all the Event Hubs in a Namespace.com.azure.core.http.rest.PagedIterable<EventhubInner>EventHubsClient.listByNamespace(String resourceGroupName, String namespaceName, Integer skip, Integer top, com.azure.core.util.Context context) Gets all the Event Hubs in a Namespace.com.azure.core.http.rest.PagedFlux<EventhubInner>EventHubsClient.listByNamespaceAsync(String resourceGroupName, String namespaceName) Gets all the Event Hubs in a Namespace.com.azure.core.http.rest.PagedFlux<EventhubInner>EventHubsClient.listByNamespaceAsync(String resourceGroupName, String namespaceName, Integer skip, Integer top) Gets all the Event Hubs in a Namespace.Methods in com.azure.resourcemanager.eventhubs.fluent with parameters of type EventhubInnerModifier and TypeMethodDescriptionEventHubsClient.createOrUpdate(String resourceGroupName, String namespaceName, String eventHubName, EventhubInner parameters) Creates or updates a new Event Hub as a nested resource within a Namespace.EventHubsClient.createOrUpdateAsync(String resourceGroupName, String namespaceName, String eventHubName, EventhubInner parameters) Creates or updates a new Event Hub as a nested resource within a Namespace.com.azure.core.http.rest.Response<EventhubInner>EventHubsClient.createOrUpdateWithResponse(String resourceGroupName, String namespaceName, String eventHubName, EventhubInner parameters, com.azure.core.util.Context context) Creates or updates a new Event Hub as a nested resource within a Namespace.Mono<com.azure.core.http.rest.Response<EventhubInner>>EventHubsClient.createOrUpdateWithResponseAsync(String resourceGroupName, String namespaceName, String eventHubName, EventhubInner parameters) Creates or updates a new Event Hub as a nested resource within a Namespace. -
Uses of EventhubInner in com.azure.resourcemanager.eventhubs.fluent.models
Methods in com.azure.resourcemanager.eventhubs.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 the Event Hub. -
Uses of EventhubInner in com.azure.resourcemanager.eventhubs.models
Methods in com.azure.resourcemanager.eventhubs.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.eventhubs.models with type arguments of type EventhubInnerModifier and TypeMethodDescriptionEventHubListResult.withValue(List<EventhubInner> value) Set the value property: Result of the List EventHubs operation.