| Package | Description |
|---|---|
| com.azure.resourcemanager.servicebus.fluent.models |
Package containing the inner data models for ServiceBusManagementClient.
|
| 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 a Event Hub.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.