مشاركة عبر


HybridNetworkManagementClient class

يمتد

المنشئون

HybridNetworkManagementClient(TokenCredential, string, HybridNetworkManagementClientOptionalParams)

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

الخصائص

$host
apiVersion
artifactManifests
artifactStores
components
configurationGroupSchemas
configurationGroupValues
networkFunctionDefinitionGroups
networkFunctionDefinitionVersions
networkFunctions
networkServiceDesignGroups
networkServiceDesignVersions
operations
proxyArtifact
publishers
siteNetworkServices
sites
subscriptionId

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

pipeline

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

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

sendOperationRequest<T>(OperationArguments, OperationSpec)

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

sendRequest(PipelineRequest)

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

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

HybridNetworkManagementClient(TokenCredential, string, HybridNetworkManagementClientOptionalParams)

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

new HybridNetworkManagementClient(credentials: TokenCredential, subscriptionId: string, options?: HybridNetworkManagementClientOptionalParams)

المعلمات

credentials
TokenCredential

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

subscriptionId

string

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

options
HybridNetworkManagementClientOptionalParams

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

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

$host

$host: string

قيمة الخاصية

string

apiVersion

apiVersion: string

قيمة الخاصية

string

artifactManifests

artifactManifests: ArtifactManifests

قيمة الخاصية

artifactStores

artifactStores: ArtifactStores

قيمة الخاصية

components

components: Components

قيمة الخاصية

configurationGroupSchemas

configurationGroupSchemas: ConfigurationGroupSchemas

قيمة الخاصية

configurationGroupValues

configurationGroupValues: ConfigurationGroupValues

قيمة الخاصية

networkFunctionDefinitionGroups

networkFunctionDefinitionGroups: NetworkFunctionDefinitionGroups

قيمة الخاصية

networkFunctionDefinitionVersions

networkFunctionDefinitionVersions: NetworkFunctionDefinitionVersions

قيمة الخاصية

networkFunctions

networkFunctions: NetworkFunctions

قيمة الخاصية

networkServiceDesignGroups

networkServiceDesignGroups: NetworkServiceDesignGroups

قيمة الخاصية

networkServiceDesignVersions

networkServiceDesignVersions: NetworkServiceDesignVersions

قيمة الخاصية

operations

operations: Operations

قيمة الخاصية

proxyArtifact

proxyArtifact: ProxyArtifact

قيمة الخاصية

publishers

publishers: Publishers

قيمة الخاصية

siteNetworkServices

siteNetworkServices: SiteNetworkServices

قيمة الخاصية

sites

sites: Sites

قيمة الخاصية

subscriptionId

subscriptionId: string

قيمة الخاصية

string

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

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