مشاركة عبر


DevCenterClient class

يمتد

المنشئون

DevCenterClient(TokenCredential, string, DevCenterClientOptionalParams)

تهيئة مثيل جديد من فئة DevCenterClient.

الخصائص

$host
apiVersion
attachedNetworks
catalogs
checkNameAvailability
checkScopedNameAvailability
devBoxDefinitions
devCenters
environmentDefinitions
environmentTypes
galleries
images
imageVersions
networkConnections
operations
operationStatuses
pools
projectAllowedEnvironmentTypes
projectCatalogEnvironmentDefinitions
projectCatalogs
projectEnvironmentTypes
projects
schedules
skus
subscriptionId
usages

الخصائص الموروثة

pipeline

البنية الأساسية لبرنامج ربط العمليات التجارية المستخدمة من قبل هذا العميل لتقديم الطلبات

الأساليب المتوارثة

sendOperationRequest<T>(OperationArguments, OperationSpec)

إرسال طلب HTTP الذي يتم ملؤه باستخدام OperationSpec المتوفرة.

sendRequest(PipelineRequest)

إرسال httpRequest المتوفر.

تفاصيل المنشئ

DevCenterClient(TokenCredential, string, DevCenterClientOptionalParams)

تهيئة مثيل جديد من فئة DevCenterClient.

new DevCenterClient(credentials: TokenCredential, subscriptionId: string, options?: DevCenterClientOptionalParams)

المعلمات

credentials
TokenCredential

بيانات اعتماد الاشتراك التي تحدد اشتراك العميل بشكل فريد.

subscriptionId

string

معرف الاشتراك الهدف.

options
DevCenterClientOptionalParams

خيارات المعلمة

تفاصيل الخاصية

$host

$host: string

قيمة الخاصية

string

apiVersion

apiVersion: string

قيمة الخاصية

string

attachedNetworks

attachedNetworks: AttachedNetworks

قيمة الخاصية

catalogs

catalogs: Catalogs

قيمة الخاصية

checkNameAvailability

checkNameAvailability: CheckNameAvailability

قيمة الخاصية

checkScopedNameAvailability

checkScopedNameAvailability: CheckScopedNameAvailability

قيمة الخاصية

devBoxDefinitions

devBoxDefinitions: DevBoxDefinitions

قيمة الخاصية

devCenters

devCenters: DevCenters

قيمة الخاصية

environmentDefinitions

environmentDefinitions: EnvironmentDefinitions

قيمة الخاصية

environmentTypes

environmentTypes: EnvironmentTypes

قيمة الخاصية

galleries

galleries: Galleries

قيمة الخاصية

images

images: Images

قيمة الخاصية

imageVersions

imageVersions: ImageVersions

قيمة الخاصية

networkConnections

networkConnections: NetworkConnections

قيمة الخاصية

operations

operations: Operations

قيمة الخاصية

operationStatuses

operationStatuses: OperationStatuses

قيمة الخاصية

pools

pools: Pools

قيمة الخاصية

projectAllowedEnvironmentTypes

projectAllowedEnvironmentTypes: ProjectAllowedEnvironmentTypes

قيمة الخاصية

projectCatalogEnvironmentDefinitions

projectCatalogEnvironmentDefinitions: ProjectCatalogEnvironmentDefinitions

قيمة الخاصية

projectCatalogs

projectCatalogs: ProjectCatalogs

قيمة الخاصية

projectEnvironmentTypes

projectEnvironmentTypes: ProjectEnvironmentTypes

قيمة الخاصية

projects

projects: Projects

قيمة الخاصية

schedules

schedules: Schedules

قيمة الخاصية

skus

skus: Skus

قيمة الخاصية

subscriptionId

subscriptionId: string

قيمة الخاصية

string

usages

usages: Usages

قيمة الخاصية

تفاصيل الخاصية الموروثة

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