IEventHubDisasterRecoveryPairings 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.
Entry point to manage disaster recovery pairing of event hub namespaces.
public interface IEventHubDisasterRecoveryPairings : Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsCreating<Microsoft.Azure.Management.Eventhub.Fluent.EventHubDisasterRecoveryPairing.Definition.IBlank>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsDeletingById, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingById<Microsoft.Azure.Management.Eventhub.Fluent.IEventHubDisasterRecoveryPairing>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.EventHub.Fluent.IDisasterRecoveryConfigsOperations>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.EventHub.Fluent.IEventHubManager>
type IEventHubDisasterRecoveryPairings = interface
interface IBeta
interface ISupportsCreating<IBlank>
interface ISupportsDeletingById
interface ISupportsGettingById<IEventHubDisasterRecoveryPairing>
interface IHasInner<IDisasterRecoveryConfigsOperations>
interface IHasManager<IEventHubManager>
Public Interface IEventHubDisasterRecoveryPairings
Implements IBeta, IHasInner(Of IDisasterRecoveryConfigsOperations), IHasManager(Of IEventHubManager), ISupportsCreating(Of IBlank), ISupportsDeletingById, ISupportsGettingById(Of IEventHubDisasterRecoveryPairing)
- Implements
-
ISupportsCreating<IBlank> ISupportsDeletingById ISupportsGettingById<IEventHubDisasterRecoveryPairing> IBeta IHasInner<Microsoft.Azure.Management.EventHub.Fluent.IDisasterRecoveryConfigsOperations> IHasManager<Microsoft.Azure.Management.EventHub.Fluent.IEventHubManager>
Properties
AuthorizationRules |
Gets entry point to manage authorization rules of a disaster recovery pairing. |
Inner | (Inherited from IHasInner<T>) |
Manager |
Gets the manager client type of this resource type. (Inherited from IHasManager<ManagerT>) |
Methods
Define(String) | (Inherited from ISupportsCreating<T>) |
DeleteById(String) |
Deletes a resource from Azure, identifying it by its resource ID. (Inherited from ISupportsDeletingById) |
DeleteByIdAsync(String, CancellationToken) |
Deletes a resource from Azure, identifying it by its resource ID. (Inherited from ISupportsDeletingById) |
DeleteByName(String, String, String) |
Deletes a disaster recovery pairings of a namespace under a resource group. |
DeleteByNameAsync(String, String, String, CancellationToken) |
Deletes a disaster recovery pairings of a namespace under a resource group. |
GetById(String) |
Gets the information about a resource from Azure based on the resource id. (Inherited from ISupportsGettingById<T>) |
GetByIdAsync(String, CancellationToken) |
Gets the information about a resource from Azure based on the resource id. (Inherited from ISupportsGettingById<T>) |
GetByName(String, String, String) |
Gets a disaster recovery pairings of a namespace under a resource group. |
GetByNameAsync(String, String, String, CancellationToken) |
Gets a disaster recovery pairings of a namespace under a resource group. |
ListByNamespace(String, String) |
Lists the disaster recovery pairings of a namespace under a resource group. |
ListByNamespaceAsync(String, String, CancellationToken) |
Lists the disaster recovery pairings of a namespace under a resource group. |
Applies to
Azure SDK for .NET