Uses of Interface
com.azure.resourcemanager.eventhubs.models.EventHubNamespace.DefinitionStages.WithCreate
Packages that use EventHubNamespace.DefinitionStages.WithCreate
Package
Description
Package containing the data models for EventHubManagementClient.
-
Uses of EventHubNamespace.DefinitionStages.WithCreate in com.azure.resourcemanager.eventhubs.models
Subinterfaces of EventHubNamespace.DefinitionStages.WithCreate in com.azure.resourcemanager.eventhubs.modelsModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of the event hub namespace definition.Methods in com.azure.resourcemanager.eventhubs.models that return EventHubNamespace.DefinitionStages.WithCreateModifier and TypeMethodDescriptionEventHubNamespace.DefinitionStages.WithZoneRedundant.enableZoneRedundant()Enables the zone redundantEventHubNamespace.DefinitionStages.WithThroughputConfiguration.withAutoScaling()Enables the scaling up the throughput units automatically based on load.EventHubNamespace.DefinitionStages.WithThroughputConfiguration.withCurrentThroughputUnits(int units) Specifies the current throughput units.EventHubNamespace.DefinitionStages.WithMinimumTlsVersion.withMinimumTlsVersion(TlsVersion minimumTlsVersion) Sets the minimum TLS versionEventHubNamespace.DefinitionStages.WithEventHub.withNewEventHub(String eventHubName) Specifies that a new event hub should be created in the namespace.EventHubNamespace.DefinitionStages.WithEventHub.withNewEventHub(String eventHubName, int partitionCount) Specifies that a new event hub should be created in the namespace.EventHubNamespace.DefinitionStages.WithEventHub.withNewEventHub(String eventHubName, int partitionCount, int retentionPeriodInDays) Specifies that a new event hub should be created in the namespace.EventHubNamespace.DefinitionStages.WithAuthorizationRule.withNewListenRule(String ruleName) Specifies that a new authorization rule should be created that has listen access to the event hub namespace.EventHubNamespace.DefinitionStages.WithAuthorizationRule.withNewManageRule(String ruleName) Specifies that a new authorization rule should be created that has manage access to the event hub namespace.EventHubNamespace.DefinitionStages.WithAuthorizationRule.withNewSendRule(String ruleName) Specifies that a new authorization rule should be created that has send access to the event hub namespace.EventHubNamespace.DefinitionStages.WithSku.withSku(EventHubNamespaceSkuType namespaceSku) Specifies the namespace sku.EventHubNamespace.DefinitionStages.WithThroughputConfiguration.withThroughputUnitsUpperLimit(int units) Specifies the maximum throughput units that auto-scalar is allowed to scale-up.