| Modifier and Type | Method and Description |
|---|---|
EventHubNamespaceAuthorizationRule.DefinitionStages.WithAccessPolicy |
EventHubNamespaceAuthorizationRule.DefinitionStages.WithNamespace.withExistingNamespace(EventHubNamespace namespace)
Specifies that authorization rule needs to be created for the given event hub namespace.
|
EventHub.DefinitionStages.WithCaptureProviderOrCreate |
EventHub.DefinitionStages.WithNamespace.withExistingNamespace(EventHubNamespace namespace)
Specifies an existing event hub namespace in which event hub needs to be created.
|
EventHubDisasterRecoveryPairing.DefinitionStages.WithSecondaryNamespace |
EventHubDisasterRecoveryPairing.DefinitionStages.WithPrimaryNamespace.withExistingPrimaryNamespace(EventHubNamespace namespace)
Specifies that the given namespace should be used as primary namespace in disaster recovery pairing.
|
EventHubDisasterRecoveryPairing.DefinitionStages.WithCreate |
EventHubDisasterRecoveryPairing.DefinitionStages.WithSecondaryNamespace.withExistingSecondaryNamespace(EventHubNamespace namespace)
Specifies that the given namespace should be used as secondary namespace in disaster recovery pairing.
|
EventHubDisasterRecoveryPairing.Update |
EventHubDisasterRecoveryPairing.UpdateStages.WithSecondaryNamespace.withExistingSecondaryNamespace(EventHubNamespace namespace)
Specifies that the given namespace should be used as secondary namespace in disaster recovery pairing.
|
| Modifier and Type | Method and Description |
|---|---|
EventHub.DefinitionStages.WithCaptureProviderOrCreate |
EventHub.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.WithSecondaryNamespace |
EventHubDisasterRecoveryPairing.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.WithCreate |
EventHubDisasterRecoveryPairing.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.Update |
EventHubDisasterRecoveryPairing.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.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/