IWithSecondaryNamespace Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The stage of the disaster recovery pairing definition allowing to specify the secondary event hub namespace.
public interface IWithSecondaryNamespace : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithSecondaryNamespace = interface
interface IBeta
Public Interface IWithSecondaryNamespace
Implements IBeta
- Derived
- Implements
Methods
WithExistingSecondaryNamespace(IEventHubNamespace) |
Specifies that the given namespace should be used as secondary namespace in disaster recovery pairing. |
WithExistingSecondaryNamespaceId(String) |
Specifies that the given namespace should be used as secondary namespace in disaster recovery pairing. |
WithNewSecondaryNamespace(ICreatable<IEventHubNamespace>) |
Specifies that the given namespace should be used as secondary namespace in disaster recovery pairing. |