MicrosoftSupport class

يمتد

المنشئون

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