共用方式為


AzureNetworkFabricManagementServiceAPI class

Extends

建構函式

AzureNetworkFabricManagementServiceAPI(TokenCredential, string, AzureNetworkFabricManagementServiceAPIOptionalParams)

初始化 AzureNetworkFabricManagementServiceAPI 類別的新實例。

屬性

$host
accessControlLists
apiVersion
externalNetworks
internalNetworks
internetGatewayRules
internetGateways
ipCommunities
ipExtendedCommunities
ipPrefixes
l2IsolationDomains
l3IsolationDomains
neighborGroups
networkDevices
networkDeviceSkus
networkFabricControllers
networkFabrics
networkFabricSkus
networkInterfaces
networkPacketBrokers
networkRacks
networkTapRules
networkTaps
networkToNetworkInterconnects
operations
routePolicies
subscriptionId

繼承的屬性

pipeline

此用戶端用來提出要求的管線

繼承的方法

sendOperationRequest<T>(OperationArguments, OperationSpec)

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

sendRequest(PipelineRequest)

傳送提供的 HTTPRequest。

建構函式詳細資料

AzureNetworkFabricManagementServiceAPI(TokenCredential, string, AzureNetworkFabricManagementServiceAPIOptionalParams)

初始化 AzureNetworkFabricManagementServiceAPI 類別的新實例。

new AzureNetworkFabricManagementServiceAPI(credentials: TokenCredential, subscriptionId: string, options?: AzureNetworkFabricManagementServiceAPIOptionalParams)

參數

credentials
TokenCredential

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

subscriptionId

string

目標訂用帳戶的識別碼。 此值必須是 UUID。

屬性詳細資料

$host

$host: string

屬性值

string

accessControlLists

accessControlLists: AccessControlLists

屬性值

apiVersion

apiVersion: string

屬性值

string

externalNetworks

externalNetworks: ExternalNetworks

屬性值

internalNetworks

internalNetworks: InternalNetworks

屬性值

internetGatewayRules

internetGatewayRules: InternetGatewayRules

屬性值

internetGateways

internetGateways: InternetGateways

屬性值

ipCommunities

ipCommunities: IpCommunities

屬性值

ipExtendedCommunities

ipExtendedCommunities: IpExtendedCommunities

屬性值

ipPrefixes

ipPrefixes: IpPrefixes

屬性值

l2IsolationDomains

l2IsolationDomains: L2IsolationDomains

屬性值

l3IsolationDomains

l3IsolationDomains: L3IsolationDomains

屬性值

neighborGroups

neighborGroups: NeighborGroups

屬性值

networkDevices

networkDevices: NetworkDevices

屬性值

networkDeviceSkus

networkDeviceSkus: NetworkDeviceSkus

屬性值

networkFabricControllers

networkFabricControllers: NetworkFabricControllers

屬性值

networkFabrics

networkFabrics: NetworkFabrics

屬性值

networkFabricSkus

networkFabricSkus: NetworkFabricSkus

屬性值

networkInterfaces

networkInterfaces: NetworkInterfaces

屬性值

networkPacketBrokers

networkPacketBrokers: NetworkPacketBrokers

屬性值

networkRacks

networkRacks: NetworkRacks

屬性值

networkTapRules

networkTapRules: NetworkTapRules

屬性值

networkTaps

networkTaps: NetworkTaps

屬性值

networkToNetworkInterconnects

networkToNetworkInterconnects: NetworkToNetworkInterconnects

屬性值

operations

operations: Operations

屬性值

routePolicies

routePolicies: RoutePolicies

屬性值

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