| Package | Description |
|---|---|
| com.azure.resourcemanager.eventhubs.fluent |
Package containing the service clients for EventHubManagementClient.
|
| com.azure.resourcemanager.eventhubs.fluent.models |
Package containing the inner data models for EventHubManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
EventhubInner |
EventHubsClient.createOrUpdate(String resourceGroupName,
String namespaceName,
String eventHubName,
EventhubInner parameters)
Creates or updates a new Event Hub as a nested resource within a Namespace.
|
EventhubInner |
EventHubsClient.get(String resourceGroupName,
String namespaceName,
String eventHubName)
Gets an Event Hubs description for the specified Event Hub.
|
| Modifier and Type | Method and Description |
|---|---|
EventhubInner |
EventHubsClient.createOrUpdate(String resourceGroupName,
String namespaceName,
String eventHubName,
EventhubInner parameters)
Creates or updates a new Event Hub as a nested resource within a Namespace.
|
Mono<EventhubInner> |
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.
|
| Modifier and Type | Method and Description |
|---|---|
EventhubInner |
EventhubInner.withCaptureDescription(CaptureDescription captureDescription)
Set the captureDescription property: Properties of capture description.
|
EventhubInner |
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 |
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 |
EventhubInner.withStatus(EntityStatus status)
Set the status property: Enumerates the possible values for the status of the Event Hub.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.