共用方式為


EventHubManagementClient class

Extends

建構函式

EventHubManagementClient(TokenCredential, string, EventHubManagementClientOptionalParams)

初始化 EventHubManagementClient 類別的新實例。

屬性

$host
apiVersion
clusters
configuration
consumerGroups
disasterRecoveryConfigs
eventHubs
namespaces
operations
privateEndpointConnections
privateLinkResources
schemaRegistry
subscriptionId

繼承的屬性

pipeline

此用戶端用來提出要求的管線

繼承的方法

sendOperationRequest<T>(OperationArguments, OperationSpec)

傳送使用提供的 OperationSpec 填入的 HTTP 要求。

sendRequest(PipelineRequest)

傳送提供的 HTTPRequest。

建構函式詳細資料

EventHubManagementClient(TokenCredential, string, EventHubManagementClientOptionalParams)

初始化 EventHubManagementClient 類別的新實例。

new EventHubManagementClient(credentials: TokenCredential, subscriptionId: string, options?: EventHubManagementClientOptionalParams)

參數

credentials
TokenCredential

可唯一識別用戶端訂用帳戶的訂用帳號憑證。

subscriptionId

string

可唯一識別 Microsoft Azure 訂用帳戶的訂用帳號憑證。 訂用帳戶識別碼會構成每個服務呼叫 URI 的一部分。

屬性詳細資料

$host

$host: string

屬性值

string

apiVersion

apiVersion: string

屬性值

string

clusters

clusters: Clusters

屬性值

configuration

configuration: Configuration

屬性值

consumerGroups

consumerGroups: ConsumerGroups

屬性值

disasterRecoveryConfigs

disasterRecoveryConfigs: DisasterRecoveryConfigs

屬性值

eventHubs

eventHubs: EventHubs

屬性值

namespaces

namespaces: Namespaces

屬性值

operations

operations: Operations

屬性值

privateEndpointConnections

privateEndpointConnections: PrivateEndpointConnections

屬性值

privateLinkResources

privateLinkResources: PrivateLinkResources

屬性值

schemaRegistry

schemaRegistry: SchemaRegistry

屬性值

subscriptionId

subscriptionId: string

屬性值

string

繼承的屬性詳細資料

pipeline

此用戶端用來提出要求的管線

pipeline: Pipeline

屬性值

繼承自 coreClient.ServiceClient.pipeline

繼承的方法的詳細資料

sendOperationRequest<T>(OperationArguments, OperationSpec)

傳送使用提供的 OperationSpec 填入的 HTTP 要求。

function sendOperationRequest<T>(operationArguments: OperationArguments, operationSpec: OperationSpec): Promise<T>

參數

operationArguments
OperationArguments

HTTP 要求範本化值的引數會從 中填入。

operationSpec
OperationSpec

要用來填入 HTTPRequest 的 OperationSpec。

傳回

Promise<T>

繼承自 coreClient.ServiceClient.sendOperationRequest

sendRequest(PipelineRequest)

傳送提供的 HTTPRequest。

function sendRequest(request: PipelineRequest): Promise<PipelineResponse>

參數

request
PipelineRequest

傳回

Promise<PipelineResponse>

繼承自 coreClient.ServiceClient.sendRequest