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

IDefinition 接口

定义

整个事件中心灾难恢复配对定义。

public interface IDefinition : Microsoft.Azure.Management.Eventhub.Fluent.EventHubDisasterRecoveryPairing.Definition.IBlank, Microsoft.Azure.Management.Eventhub.Fluent.EventHubDisasterRecoveryPairing.Definition.IWithCreate, Microsoft.Azure.Management.Eventhub.Fluent.EventHubDisasterRecoveryPairing.Definition.IWithSecondaryNamespace, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Eventhub.Fluent.IEventHubDisasterRecoveryPairing>
type IDefinition = interface
    interface IBeta
    interface IBlank
    interface IWithPrimaryNamespace
    interface IWithSecondaryNamespace
    interface IWithCreate
    interface ICreatable<IEventHubDisasterRecoveryPairing>
    interface IIndexable
Public Interface IDefinition
Implements IBeta, IBlank, ICreatable(Of IEventHubDisasterRecoveryPairing), IWithCreate, IWithSecondaryNamespace
实现

属性

Key

整个事件中心灾难恢复配对定义。

(继承自 IIndexable)
Name

获取可创建资源的名称。

(继承自 ICreatable<T>)

方法

Create()

执行创建请求。

(继承自 ICreatable<T>)
CreateAsync(CancellationToken, Boolean)

将请求放入队列,并允许 HTTP 客户端在系统资源可用时执行该请求。

(继承自 ICreatable<T>)
WithExistingPrimaryNamespace(IEventHubNamespace)

指定给定的命名空间应用作灾难恢复配对中的主命名空间。

(继承自 IWithPrimaryNamespace)
WithExistingPrimaryNamespace(String, String)

指定给定的命名空间应用作灾难恢复配对中的主命名空间。

(继承自 IWithPrimaryNamespace)
WithExistingPrimaryNamespaceId(String)

指定给定的命名空间应用作灾难恢复配对中的主命名空间。

(继承自 IWithPrimaryNamespace)
WithExistingSecondaryNamespace(IEventHubNamespace)

指定给定的命名空间应用作灾难恢复配对中的辅助命名空间。

(继承自 IWithSecondaryNamespace)
WithExistingSecondaryNamespaceId(String)

指定给定的命名空间应用作灾难恢复配对中的辅助命名空间。

(继承自 IWithSecondaryNamespace)
WithNewPrimaryNamespace(ICreatable<IEventHubNamespace>)

指定给定的命名空间应用作灾难恢复配对中的主命名空间。

(继承自 IWithPrimaryNamespace)
WithNewSecondaryNamespace(ICreatable<IEventHubNamespace>)

指定给定的命名空间应用作灾难恢复配对中的辅助命名空间。

(继承自 IWithSecondaryNamespace)

适用于