共用方式為


HybridNetworkManagementClient class

Extends

建構函式

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)

傳送使用提供的 OperationSpec 填入的 HTTP 要求。

sendRequest(PipelineRequest)

傳送提供的 HTTPRequest。

建構函式詳細資料

HybridNetworkManagementClient(TokenCredential, string, HybridNetworkManagementClientOptionalParams)

初始化 HybridNetworkManagementClient 類別的新實例。

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

參數

credentials
TokenCredential

可唯一識別用戶端訂用帳戶的訂用帳號憑證。

subscriptionId

string

目標訂用帳戶的識別碼。

屬性詳細資料

$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)

傳送使用提供的 OperationSpec 填入的 HTTP 要求。

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

參數

operationArguments
OperationArguments

HTTP 要求樣板化值的引數將會從 中填入。

operationSpec
OperationSpec

用來填入 HTTPRequest 的 OperationSpec。

傳回

Promise<T>

繼承自 coreClient.ServiceClient.sendOperationRequest

sendRequest(PipelineRequest)

傳送提供的 HTTPRequest。

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

參數

request
PipelineRequest

傳回

Promise<PipelineResponse>

繼承自 coreClient.ServiceClient.sendRequest