Uses of Interface
com.azure.resourcemanager.eventhubs.models.EventHubNamespace
Packages that use EventHubNamespace
Package
Description
Package containing the data models for EventHubManagementClient.
-
Uses of EventHubNamespace in com.azure.resourcemanager.eventhubs.models
Subinterfaces with type arguments of type EventHubNamespace in com.azure.resourcemanager.eventhubs.modelsModifier and TypeInterfaceDescriptioninterfaceType representing an Azure EventHub namespace.static interfaceThe stage of the definition which contains all the minimum required inputs for the resource to be created (viaCreatable.create()), but also allows for any other optional settings to be specified.static interfaceThe template for a event hub namespace update operation, containing all the settings that can be modified.interfaceEntry point to manage EventHub namespaces.interfaceEntry point to manage EventHub namespaces.interfaceEntry point to manage EventHub namespaces.interfaceEntry point to manage EventHub namespaces.interfaceEntry point to manage EventHub namespaces.Methods in com.azure.resourcemanager.eventhubs.models with parameters of type EventHubNamespaceModifier and TypeMethodDescriptionEventHub.DefinitionStages.WithNamespace.withExistingNamespace(EventHubNamespace namespace) Specifies an existing event hub namespace in which event hub needs to be created.EventHubNamespaceAuthorizationRule.DefinitionStages.WithNamespace.withExistingNamespace(EventHubNamespace namespace) Specifies that authorization rule needs to be created for the given event hub namespace.EventHubDisasterRecoveryPairing.DefinitionStages.WithPrimaryNamespace.withExistingPrimaryNamespace(EventHubNamespace namespace) Specifies that the given namespace should be used as primary namespace in disaster recovery pairing.EventHubDisasterRecoveryPairing.DefinitionStages.WithSecondaryNamespace.withExistingSecondaryNamespace(EventHubNamespace namespace) Specifies that the given namespace should be used as secondary namespace in disaster recovery pairing.EventHubDisasterRecoveryPairing.UpdateStages.WithSecondaryNamespace.withExistingSecondaryNamespace(EventHubNamespace namespace) Specifies that the given namespace should be used as secondary namespace in disaster recovery pairing.Method parameters in com.azure.resourcemanager.eventhubs.models with type arguments of type EventHubNamespaceModifier and TypeMethodDescriptionEventHub.DefinitionStages.WithNamespace.withNewNamespace(Creatable<EventHubNamespace> namespaceCreatable) Specifies the new namespace in which event hub needs to be created.EventHubDisasterRecoveryPairing.DefinitionStages.WithPrimaryNamespace.withNewPrimaryNamespace(Creatable<EventHubNamespace> namespaceCreatable) Specifies that the given namespace should be used as primary namespace in disaster recovery pairing.EventHubDisasterRecoveryPairing.DefinitionStages.WithSecondaryNamespace.withNewSecondaryNamespace(Creatable<EventHubNamespace> namespaceCreatable) Specifies that the given namespace should be used as secondary namespace in disaster recovery pairing.EventHubDisasterRecoveryPairing.UpdateStages.WithSecondaryNamespace.withNewSecondaryNamespace(Creatable<EventHubNamespace> namespaceCreatable) Specifies that the given namespace should be used as secondary namespace in disaster recovery pairing.