MicrosoftSupport class

Extends

Конструкторы

MicrosoftSupport(TokenCredential, MicrosoftSupportOptionalParams)
MicrosoftSupport(TokenCredential, string, MicrosoftSupportOptionalParams)

Инициализирует новый экземпляр класса MicrosoftSupport.

Свойства

$host
apiVersion
chatTranscripts
chatTranscriptsNoSubscription
communications
communicationsNoSubscription
files
filesNoSubscription
fileWorkspaces
fileWorkspacesNoSubscription
operations
problemClassifications
services
subscriptionId
supportTickets
supportTicketsNoSubscription

Унаследованные свойства

pipeline

Конвейер, используемый этим клиентом для выполнения запросов

Наследуемые методы

sendOperationRequest<T>(OperationArguments, OperationSpec)

Отправьте HTTP-запрос, который заполняется с помощью предоставленного operationSpec.

sendRequest(PipelineRequest)

Отправьте предоставленный запрос httpRequest.

Сведения о конструкторе

MicrosoftSupport(TokenCredential, MicrosoftSupportOptionalParams)

new MicrosoftSupport(credentials: TokenCredential, options?: MicrosoftSupportOptionalParams)

Параметры

credentials
TokenCredential

MicrosoftSupport(TokenCredential, string, MicrosoftSupportOptionalParams)

Инициализирует новый экземпляр класса MicrosoftSupport.

new MicrosoftSupport(credentials: TokenCredential, subscriptionId: string, options?: MicrosoftSupportOptionalParams)

Параметры

credentials
TokenCredential

Учетные данные подписки, которые однозначно идентифицируют подписку клиента.

subscriptionId

string

Идентификатор целевой подписки. Значение должно быть UUID.

options
MicrosoftSupportOptionalParams

Параметры параметра

Сведения о свойстве

$host

$host: string

Значение свойства

string

apiVersion

apiVersion: string

Значение свойства

string

chatTranscripts

chatTranscripts: ChatTranscripts

Значение свойства

chatTranscriptsNoSubscription

chatTranscriptsNoSubscription: ChatTranscriptsNoSubscription

Значение свойства

communications

communications: Communications

Значение свойства

communicationsNoSubscription

communicationsNoSubscription: CommunicationsNoSubscription

Значение свойства

files

files: Files

Значение свойства

filesNoSubscription

filesNoSubscription: FilesNoSubscription

Значение свойства

fileWorkspaces

fileWorkspaces: FileWorkspaces

Значение свойства

fileWorkspacesNoSubscription

fileWorkspacesNoSubscription: FileWorkspacesNoSubscription

Значение свойства

operations

operations: Operations

Значение свойства

problemClassifications

problemClassifications: ProblemClassifications

Значение свойства

services

services: Services

Значение свойства

subscriptionId

subscriptionId?: string

Значение свойства

string

supportTickets

supportTickets: SupportTickets

Значение свойства

supportTicketsNoSubscription

supportTicketsNoSubscription: SupportTicketsNoSubscription

Значение свойства

Сведения об унаследованном свойстве

pipeline

Конвейер, используемый этим клиентом для выполнения запросов

pipeline: Pipeline

Значение свойства

Наследуется от coreClient.ServiceClient.pipeline

Сведения о наследуемом методе

sendOperationRequest<T>(OperationArguments, OperationSpec)

Отправьте HTTP-запрос, который заполняется с помощью предоставленного operationSpec.

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

Параметры

operationArguments
OperationArguments

Аргументы, из которые будут заполнены значения шаблона HTTP-запроса.

operationSpec
OperationSpec

Параметр OperationSpec, используемый для заполнения httpRequest.

Возвращаемое значение

Promise<T>

Наследуется от coreClient.ServiceClient.sendOperationRequest

sendRequest(PipelineRequest)

Отправьте предоставленный запрос httpRequest.

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

Параметры

request
PipelineRequest

Возвращаемое значение

Promise<PipelineResponse>

Наследуется от coreClient.ServiceClient.sendRequest