共用方式為


ConfluentManagementClient class

Extends

建構函式

ConfluentManagementClient(TokenCredential, ConfluentManagementClientOptionalParams)
ConfluentManagementClient(TokenCredential, string, ConfluentManagementClientOptionalParams)

初始化 ConfluentManagementClient 類別的新實例。

屬性

$host
access
apiVersion
marketplaceAgreements
organization
organizationOperations
subscriptionId
validations

繼承的屬性

pipeline

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

繼承的方法

sendOperationRequest<T>(OperationArguments, OperationSpec)

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

sendRequest(PipelineRequest)

傳送提供的 HTTPRequest。

建構函式詳細資料

ConfluentManagementClient(TokenCredential, ConfluentManagementClientOptionalParams)

new ConfluentManagementClient(credentials: TokenCredential, options?: ConfluentManagementClientOptionalParams)

參數

credentials
TokenCredential

ConfluentManagementClient(TokenCredential, string, ConfluentManagementClientOptionalParams)

初始化 ConfluentManagementClient 類別的新實例。

new ConfluentManagementClient(credentials: TokenCredential, subscriptionId: string, options?: ConfluentManagementClientOptionalParams)

參數

credentials
TokenCredential

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

subscriptionId

string

Microsoft Azure 訂用帳戶標識碼

屬性詳細資料

$host

$host: string

屬性值

string

access

access: Access

屬性值

apiVersion

apiVersion: string

屬性值

string

marketplaceAgreements

marketplaceAgreements: MarketplaceAgreements

屬性值

organization

organization: Organization

屬性值

organizationOperations

organizationOperations: OrganizationOperations

屬性值

subscriptionId

subscriptionId?: string

屬性值

string

validations

validations: Validations

屬性值

繼承的屬性詳細資料

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