IWithPrimaryNamespace 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 primary event hub namespace.
public interface IWithPrimaryNamespace : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithPrimaryNamespace = interface
interface IBeta
Public Interface IWithPrimaryNamespace
Implements IBeta
- Derived
- Implements
Methods
WithExistingPrimaryNamespace(IEventHubNamespace) |
Specifies that the given namespace should be used as primary namespace in disaster recovery pairing. |
WithExistingPrimaryNamespace(String, String) |
Specifies that the given namespace should be used as primary namespace in disaster recovery pairing. |
WithExistingPrimaryNamespaceId(String) |
Specifies that the given namespace should be used as primary namespace in disaster recovery pairing. |
WithNewPrimaryNamespace(ICreatable<IEventHubNamespace>) |
Specifies that the given namespace should be used as primary namespace in disaster recovery pairing. |
Applies to
Azure SDK for .NET