Uses of Interface
com.azure.resourcemanager.eventhubs.models.EventHub.DefinitionStages.WithCreate
Packages that use EventHub.DefinitionStages.WithCreate
Package
Description
Package containing the data models for EventHubManagementClient.
-
Uses of EventHub.DefinitionStages.WithCreate in com.azure.resourcemanager.eventhubs.models
Subinterfaces of EventHub.DefinitionStages.WithCreate in com.azure.resourcemanager.eventhubs.modelsModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of the event hub definition.static interfaceThe stage of the event hub definition allowing to configure data capturing.static interfaceThe stage of the event hub definition allowing to specify provider to store captured data when data capturing is enabled.Methods in com.azure.resourcemanager.eventhubs.models that return EventHub.DefinitionStages.WithCreateModifier and TypeMethodDescriptionEventHub.DefinitionStages.WithConsumerGroup.withNewConsumerGroup(String name) Specifies that a new consumer group should be created for the event hub.EventHub.DefinitionStages.WithConsumerGroup.withNewConsumerGroup(String name, String metadata) Specifies that a new consumer group should be created for the event hub.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.WithAuthorizationRule.withNewManageRule(String ruleName) Specifies that a new authorization rule should be created that has manage access to the event hub.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.WithAuthorizationRule.withNewSendRule(String ruleName) Specifies that a new authorization rule should be created that has send access to the event hub.EventHub.DefinitionStages.WithPartitionCount.withPartitionCount(long count) Specifies the number of partitions in the event hub.EventHub.DefinitionStages.WithRetentionPeriod.withRetentionPeriodInDays(long period) Specifies the retention period for events in days.