| Package | Description |
|---|---|
| com.azure.resourcemanager.eventhubs.models |
Package containing the data models for EventHubManagementClient.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
EventHub.Definition
The entirety of the event hub definition.
|
static interface |
EventHub.DefinitionStages.WithCaptureOptionalSettingsOrCreate
The stage of the event hub definition allowing to configure data capturing.
|
static interface |
EventHub.DefinitionStages.WithCaptureProviderOrCreate
The stage of the event hub definition allowing to specify provider to store captured data
when data capturing is enabled.
|
| Modifier and Type | Method and Description |
|---|---|
EventHub.DefinitionStages.WithCreate |
EventHub.DefinitionStages.WithConsumerGroup.withNewConsumerGroup(String name)
Specifies that a new consumer group should be created for the event hub.
|
EventHub.DefinitionStages.WithCreate |
EventHub.DefinitionStages.WithConsumerGroup.withNewConsumerGroup(String name,
String metadata)
Specifies that a new consumer group should be created for the event hub.
|
EventHub.DefinitionStages.WithCreate |
EventHub.DefinitionStages.WithAuthorizationRule.withNewListenRule(String ruleName)
Specifies that a new authorization rule should be created that has listen access to the event hub.
|
EventHub.DefinitionStages.WithCreate |
EventHub.DefinitionStages.WithAuthorizationRule.withNewManageRule(String ruleName)
Specifies that a new authorization rule should be created that has manage access to the event hub.
|
EventHub.DefinitionStages.WithCreate |
EventHub.DefinitionStages.WithAuthorizationRule.withNewSendAndListenRule(String ruleName)
Specifies that a new authorization rule should be created
that has send and listen access to the event hub.
|
EventHub.DefinitionStages.WithCreate |
EventHub.DefinitionStages.WithAuthorizationRule.withNewSendRule(String ruleName)
Specifies that a new authorization rule should be created that has send access to the event hub.
|
EventHub.DefinitionStages.WithCreate |
EventHub.DefinitionStages.WithPartitionCount.withPartitionCount(long count)
Specifies the number of partitions in the event hub.
|
EventHub.DefinitionStages.WithCreate |
EventHub.DefinitionStages.WithRetentionPeriod.withRetentionPeriodInDays(long period)
Specifies the retention period for events in days.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.