Condividi tramite


IWithSecondaryNamespace.WithNewSecondaryNamespace Method

Definition

Specifies that the given namespace should be used as secondary namespace in disaster recovery pairing.

public Microsoft.Azure.Management.Eventhub.Fluent.EventHubDisasterRecoveryPairing.Update.IUpdate WithNewSecondaryNamespace (Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Eventhub.Fluent.IEventHubNamespace> namespaceCreatable);
abstract member WithNewSecondaryNamespace : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Eventhub.Fluent.IEventHubNamespace> -> Microsoft.Azure.Management.Eventhub.Fluent.EventHubDisasterRecoveryPairing.Update.IUpdate
Public Function WithNewSecondaryNamespace (namespaceCreatable As ICreatable(Of IEventHubNamespace)) As IUpdate

Parameters

namespaceCreatable
ICreatable<IEventHubNamespace>

Creatable definition for the secondary namespace.

Returns

Applies to