Uses of Interface
com.microsoft.azure.management.eventhub.EventHubNamespace
-
-
Uses of EventHubNamespace in com.microsoft.azure.management.eventhub
Methods in com.microsoft.azure.management.eventhub with parameters of type EventHubNamespace Modifier and Type Method Description EventHub.DefinitionStages.WithCaptureProviderOrCreateEventHub.DefinitionStages.WithNamespace. withExistingNamespace(EventHubNamespace namespace)Specifies an existing event hub namespace in which event hub needs to be created.EventHubNamespaceAuthorizationRule.DefinitionStages.WithAccessPolicyEventHubNamespaceAuthorizationRule.DefinitionStages.WithNamespace. withExistingNamespace(EventHubNamespace namespace)Specifies that authorization rule needs to be created for the given event hub namespace.EventHubDisasterRecoveryPairing.DefinitionStages.WithSecondaryNamespaceEventHubDisasterRecoveryPairing.DefinitionStages.WithPrimaryNamespace. withExistingPrimaryNamespace(EventHubNamespace namespace)Specifies that the given namespace should be used as primary namespace in disaster recovery pairing.EventHubDisasterRecoveryPairing.DefinitionStages.WithCreateEventHubDisasterRecoveryPairing.DefinitionStages.WithSecondaryNamespace. withExistingSecondaryNamespace(EventHubNamespace namespace)Specifies that the given namespace should be used as secondary namespace in disaster recovery pairing.EventHubDisasterRecoveryPairing.UpdateEventHubDisasterRecoveryPairing.UpdateStages.WithSecondaryNamespace. withExistingSecondaryNamespace(EventHubNamespace namespace)Specifies that the given namespace should be used as secondary namespace in disaster recovery pairing.Method parameters in com.microsoft.azure.management.eventhub with type arguments of type EventHubNamespace Modifier and Type Method Description EventHub.DefinitionStages.WithCaptureProviderOrCreateEventHub.DefinitionStages.WithNamespace. withNewNamespace(com.microsoft.azure.management.resources.fluentcore.model.Creatable<EventHubNamespace> namespaceCreatable)Specifies the new namespace in which event hub needs to be created.EventHubDisasterRecoveryPairing.DefinitionStages.WithSecondaryNamespaceEventHubDisasterRecoveryPairing.DefinitionStages.WithPrimaryNamespace. withNewPrimaryNamespace(com.microsoft.azure.management.resources.fluentcore.model.Creatable<EventHubNamespace> namespaceCreatable)Specifies that the given namespace should be used as primary namespace in disaster recovery pairing.EventHubDisasterRecoveryPairing.DefinitionStages.WithCreateEventHubDisasterRecoveryPairing.DefinitionStages.WithSecondaryNamespace. withNewSecondaryNamespace(com.microsoft.azure.management.resources.fluentcore.model.Creatable<EventHubNamespace> namespaceCreatable)Specifies that the given namespace should be used as secondary namespace in disaster recovery pairing.EventHubDisasterRecoveryPairing.UpdateEventHubDisasterRecoveryPairing.UpdateStages.WithSecondaryNamespace. withNewSecondaryNamespace(com.microsoft.azure.management.resources.fluentcore.model.Creatable<EventHubNamespace> namespaceCreatable)Specifies that the given namespace should be used as secondary namespace in disaster recovery pairing.
-