다음을 통해 공유


CustomerInsightsManagementClient class

Extends

생성자

CustomerInsightsManagementClient(TokenCredential, string, CustomerInsightsManagementClientOptionalParams)

CustomerInsightsManagementClient 클래스의 새 인스턴스를 초기화합니다.

속성

$host
apiVersion
authorizationPolicies
connectorMappings
connectors
hubs
images
interactions
kpi
links
operations
predictions
profiles
relationshipLinks
relationships
roleAssignments
roles
subscriptionId
views
widgetTypes

상속된 속성

pipeline

이 클라이언트가 요청을 만드는 데 사용하는 파이프라인

상속된 메서드

sendOperationRequest<T>(OperationArguments, OperationSpec)

제공된 OperationSpec을 사용하여 채워진 HTTP 요청을 보냅니다.

sendRequest(PipelineRequest)

제공된 httpRequest를 보냅니다.

생성자 세부 정보

CustomerInsightsManagementClient(TokenCredential, string, CustomerInsightsManagementClientOptionalParams)

CustomerInsightsManagementClient 클래스의 새 인스턴스를 초기화합니다.

new CustomerInsightsManagementClient(credentials: TokenCredential, subscriptionId: string, options?: CustomerInsightsManagementClientOptionalParams)

매개 변수

credentials
TokenCredential

클라이언트 구독을 고유하게 식별하는 구독 자격 증명입니다.

subscriptionId

string

Microsoft Azure 구독을 고유하게 식별하는 구독 자격 증명을 가져옵니다. 구독 ID는 모든 서비스 호출에 대한 URI의 파트를 형성합니다.

options
CustomerInsightsManagementClientOptionalParams

매개 변수 옵션

속성 세부 정보

$host

$host: string

속성 값

string

apiVersion

apiVersion: string

속성 값

string

authorizationPolicies

authorizationPolicies: AuthorizationPolicies

속성 값

connectorMappings

connectorMappings: ConnectorMappings

속성 값

connectors

connectors: Connectors

속성 값

hubs

hubs: Hubs

속성 값

images

images: Images

속성 값

interactions

interactions: Interactions

속성 값

kpi

kpi: Kpi

속성 값

Kpi
links: Links

속성 값

operations

operations: Operations

속성 값

predictions

predictions: Predictions

속성 값

profiles

profiles: Profiles

속성 값

relationshipLinks: RelationshipLinks

속성 값

relationships

relationships: Relationships

속성 값

roleAssignments

roleAssignments: RoleAssignments

속성 값

roles

roles: Roles

속성 값

subscriptionId

subscriptionId: string

속성 값

string

views

views: Views

속성 값

widgetTypes

widgetTypes: WidgetTypes

속성 값

상속된 속성 세부 정보

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에서 상속됨