Aracılığıyla paylaş


MicrosoftSupport class

Extends

Oluşturucular

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

MicrosoftSupport sınıfının yeni bir örneğini başlatır.

Özellikler

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

Devralınan Özellikler

pipeline

bu istemci tarafından istekte bulunmak için kullanılan işlem hattı

Devralınan Yöntemler

sendOperationRequest<T>(OperationArguments, OperationSpec)

Sağlanan OperationSpec kullanılarak doldurulan bir HTTP isteği gönderin.

sendRequest(PipelineRequest)

Sağlanan httpRequest dosyasını gönderin.

Oluşturucu Ayrıntıları

MicrosoftSupport(TokenCredential, MicrosoftSupportOptionalParams)

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

Parametreler

credentials
TokenCredential

MicrosoftSupport(TokenCredential, string, MicrosoftSupportOptionalParams)

MicrosoftSupport sınıfının yeni bir örneğini başlatır.

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

Parametreler

credentials
TokenCredential

İstemci aboneliğini benzersiz olarak tanımlayan abonelik kimlik bilgileri.

subscriptionId

string

Hedef aboneliğin kimliği. Değer bir UUID olmalıdır.

options
MicrosoftSupportOptionalParams

Parametre seçenekleri

Özellik Ayrıntıları

$host

$host: string

Özellik Değeri

string

apiVersion

apiVersion: string

Özellik Değeri

string

chatTranscripts

chatTranscripts: ChatTranscripts

Özellik Değeri

chatTranscriptsNoSubscription

chatTranscriptsNoSubscription: ChatTranscriptsNoSubscription

Özellik Değeri

communications

communications: Communications

Özellik Değeri

communicationsNoSubscription

communicationsNoSubscription: CommunicationsNoSubscription

Özellik Değeri

files

files: Files

Özellik Değeri

filesNoSubscription

filesNoSubscription: FilesNoSubscription

Özellik Değeri

fileWorkspaces

fileWorkspaces: FileWorkspaces

Özellik Değeri

fileWorkspacesNoSubscription

fileWorkspacesNoSubscription: FileWorkspacesNoSubscription

Özellik Değeri

operations

operations: Operations

Özellik Değeri

problemClassifications

problemClassifications: ProblemClassifications

Özellik Değeri

services

services: Services

Özellik Değeri

subscriptionId

subscriptionId?: string

Özellik Değeri

string

supportTickets

supportTickets: SupportTickets

Özellik Değeri

supportTicketsNoSubscription

supportTicketsNoSubscription: SupportTicketsNoSubscription

Özellik Değeri

Devralınan Özellik Detayları

pipeline

bu istemci tarafından istekte bulunmak için kullanılan işlem hattı

pipeline: Pipeline

Özellik Değeri

coreClient.ServiceClient.pipeline'dan Devralınmış

Devralınan Yöntemin Ayrıntıları

sendOperationRequest<T>(OperationArguments, OperationSpec)

Sağlanan OperationSpec kullanılarak doldurulan bir HTTP isteği gönderin.

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

Parametreler

operationArguments
OperationArguments

HTTP isteğinin şablonlu değerlerinin doldurulacağı bağımsız değişkenler.

operationSpec
OperationSpec

httpRequest'i doldurmak için kullanılacak OperationSpec.

Döndürülenler

Promise<T>

coreClient.ServiceClient.sendOperationRequest'ten Devralınan

sendRequest(PipelineRequest)

Sağlanan httpRequest dosyasını gönderin.

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

Parametreler

request
PipelineRequest

Döndürülenler

Promise<PipelineResponse>

coreClient.ServiceClient.sendRequest'ten Devralınan