Uses of Interface
com.microsoft.azure.management.eventhub.EventHubNamespace
Package
Description
This package contains the classes for EventHubManagementClient.
-
Uses of EventHubNamespace in com.microsoft.azure.management.eventhub
Modifier 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.Modifier 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.