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

IEventHubManagementClient 接口

定义

Azure 事件中心 客户端

public interface IEventHubManagementClient : IDisposable
type IEventHubManagementClient = interface
    interface IDisposable
Public Interface IEventHubManagementClient
Implements IDisposable
实现

属性

AcceptLanguage

响应的首选语言。

ApiVersion

客户端 API 版本。

BaseUri

服务的基 URI。

ConsumerGroups

获取 IConsumerGroupsOperations。

Credentials

客户端连接到 Azure 所需的凭据。

DeserializationSettings

获取或设置 json 反序列化设置。

DisasterRecoveryConfigs

获取 IDisasterRecoveryConfigsOperations。

EventHubs

获取 IEventHubsOperations。

GenerateClientRequestId

是否应生成唯一的 x-ms-client-request-id。 设置为 true 时,将生成唯一的 x-ms-client-request-id 值并将其包含在每个请求中。 默认为 true。

LongRunningOperationRetryTimeout

长时间运行的操作的重试超时(以秒为单位)。 默认值为 30。

Namespaces

获取 INamespacesOperations。

Operations

获取 IOperations。

Regions

获取 IRegionsOperations。

SerializationSettings

获取或设置 json 序列化设置。

SubscriptionId

唯一标识 Microsoft Azure 订阅的订阅凭据。 此订阅 ID 是每个服务调用的 URI 的一部分。

适用于