Share via


你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IEventHubDisasterRecoveryPairings 接口

定义

用于管理事件中心命名空间的灾难恢复配对的入口点。

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)
实现
ISupportsCreating<IBlank> ISupportsDeletingById ISupportsGettingById<IEventHubDisasterRecoveryPairing> IBeta IHasInner<Microsoft.Azure.Management.EventHub.Fluent.IDisasterRecoveryConfigsOperations> IHasManager<Microsoft.Azure.Management.EventHub.Fluent.IEventHubManager>

属性

AuthorizationRules

获取用于管理灾难恢复配对的授权规则的入口点。

Inner

用于管理事件中心命名空间的灾难恢复配对的入口点。

(继承自 IHasInner<T>)
Manager

获取此资源类型的管理器客户端类型。

(继承自 IHasManager<ManagerT>)

方法

Define(String)

用于管理事件中心命名空间的灾难恢复配对的入口点。

(继承自 ISupportsCreating<T>)
DeleteById(String)

从 Azure 中删除资源,并按其资源 ID 标识该资源。

(继承自 ISupportsDeletingById)
DeleteByIdAsync(String, CancellationToken)

从 Azure 中删除资源,并按其资源 ID 标识该资源。

(继承自 ISupportsDeletingById)
DeleteByName(String, String, String)

删除资源组下命名空间的灾难恢复配对。

DeleteByNameAsync(String, String, String, CancellationToken)

删除资源组下命名空间的灾难恢复配对。

GetById(String)

根据资源 ID 从 Azure 获取有关资源的信息。

(继承自 ISupportsGettingById<T>)
GetByIdAsync(String, CancellationToken)

根据资源 ID 从 Azure 获取有关资源的信息。

(继承自 ISupportsGettingById<T>)
GetByName(String, String, String)

获取资源组下命名空间的灾难恢复配对。

GetByNameAsync(String, String, String, CancellationToken)

获取资源组下命名空间的灾难恢复配对。

ListByNamespace(String, String)

列出资源组下命名空间的灾难恢复配对。

ListByNamespaceAsync(String, String, CancellationToken)

列出资源组下命名空间的灾难恢复配对。

适用于