public interface EventHub extends NestedResource, HasManager<EventHubsManager>, Refreshable<EventHub>, Updatable<EventHub.Update>, HasInnerModel<EventhubInner>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
EventHub.Definition
The entirety of the event hub definition.
|
static interface |
EventHub.DefinitionStages
Grouping of event hub definition stages.
|
static interface |
EventHub.Update
The template for a event hub update operation, containing all the settings that can be modified.
|
static interface |
EventHub.UpdateStages
Grouping of event hub update stages.
|
| Modifier and Type | Method and Description |
|---|---|
Destination |
captureDestination() |
String |
dataCaptureFileNameFormat() |
boolean |
dataCaptureSkipEmptyArchives() |
int |
dataCaptureWindowSizeInMB() |
int |
dataCaptureWindowSizeInSeconds() |
boolean |
isDataCaptureEnabled() |
com.azure.core.http.rest.PagedIterable<EventHubAuthorizationRule> |
listAuthorizationRules() |
com.azure.core.http.rest.PagedFlux<EventHubAuthorizationRule> |
listAuthorizationRulesAsync() |
com.azure.core.http.rest.PagedIterable<EventHubConsumerGroup> |
listConsumerGroups() |
com.azure.core.http.rest.PagedFlux<EventHubConsumerGroup> |
listConsumerGroupsAsync() |
int |
messageRetentionPeriodInDays() |
String |
namespaceName() |
String |
namespaceResourceGroupName() |
Set<String> |
partitionIds() |
id, name, typemanagerrefresh, refreshAsyncupdateinnerModelString namespaceResourceGroupName()
String namespaceName()
boolean isDataCaptureEnabled()
int dataCaptureWindowSizeInSeconds()
int dataCaptureWindowSizeInMB()
boolean dataCaptureSkipEmptyArchives()
String dataCaptureFileNameFormat()
Destination captureDestination()
int messageRetentionPeriodInDays()
com.azure.core.http.rest.PagedFlux<EventHubConsumerGroup> listConsumerGroupsAsync()
com.azure.core.http.rest.PagedFlux<EventHubAuthorizationRule> listAuthorizationRulesAsync()
com.azure.core.http.rest.PagedIterable<EventHubConsumerGroup> listConsumerGroups()
com.azure.core.http.rest.PagedIterable<EventHubAuthorizationRule> listAuthorizationRules()
Copyright © 2020 Microsoft Corporation. All rights reserved.