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.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.
|