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