你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AzureNetworkFabricManagementServiceAPI class

扩展

构造函数

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

目标订阅的 ID。 该值必须是 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