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

ConnectionMonitorTests interface

表示 ConnectionMonitorTests 的接口。

方法

createOrUpdate(string, string, string, ConnectionMonitorTest, ConnectionMonitorTestsCreateOrUpdateOptionalParams)

在给定订阅、资源组和对等互连服务下创建或更新具有指定名称的连接监视器测试。

delete(string, string, string, ConnectionMonitorTestsDeleteOptionalParams)

删除给定订阅、资源组和对等互连服务下具有指定名称的现有连接监视器测试。

get(string, string, string, ConnectionMonitorTestsGetOptionalParams)

获取给定订阅、资源组和对等互连服务下具有指定名称的现有连接监视器测试。

listByPeeringService(string, string, ConnectionMonitorTestsListByPeeringServiceOptionalParams)

列出给定订阅、资源组和对等互连服务下的所有连接监视器测试。

方法详细信息

createOrUpdate(string, string, string, ConnectionMonitorTest, ConnectionMonitorTestsCreateOrUpdateOptionalParams)

在给定订阅、资源组和对等互连服务下创建或更新具有指定名称的连接监视器测试。

function createOrUpdate(resourceGroupName: string, peeringServiceName: string, connectionMonitorTestName: string, connectionMonitorTest: ConnectionMonitorTest, options?: ConnectionMonitorTestsCreateOrUpdateOptionalParams): Promise<ConnectionMonitorTest>

参数

resourceGroupName

string

资源组的名称。

peeringServiceName

string

对等互连服务的名称。

connectionMonitorTestName

string

连接监视器测试的名称

connectionMonitorTest
ConnectionMonitorTest

创建连接监视器测试所需的属性

返回

delete(string, string, string, ConnectionMonitorTestsDeleteOptionalParams)

删除给定订阅、资源组和对等互连服务下具有指定名称的现有连接监视器测试。

function delete(resourceGroupName: string, peeringServiceName: string, connectionMonitorTestName: string, options?: ConnectionMonitorTestsDeleteOptionalParams): Promise<void>

参数

resourceGroupName

string

资源组的名称。

peeringServiceName

string

对等互连服务的名称。

connectionMonitorTestName

string

连接监视器测试的名称

返回

Promise<void>

get(string, string, string, ConnectionMonitorTestsGetOptionalParams)

获取给定订阅、资源组和对等互连服务下具有指定名称的现有连接监视器测试。

function get(resourceGroupName: string, peeringServiceName: string, connectionMonitorTestName: string, options?: ConnectionMonitorTestsGetOptionalParams): Promise<ConnectionMonitorTest>

参数

resourceGroupName

string

资源组的名称。

peeringServiceName

string

对等互连服务的名称。

connectionMonitorTestName

string

连接监视器测试的名称

options
ConnectionMonitorTestsGetOptionalParams

选项参数。

返回

listByPeeringService(string, string, ConnectionMonitorTestsListByPeeringServiceOptionalParams)

列出给定订阅、资源组和对等互连服务下的所有连接监视器测试。

function listByPeeringService(resourceGroupName: string, peeringServiceName: string, options?: ConnectionMonitorTestsListByPeeringServiceOptionalParams): PagedAsyncIterableIterator<ConnectionMonitorTest, ConnectionMonitorTest[], PageSettings>

参数

resourceGroupName

string

资源组的名称。

peeringServiceName

string

对等互连服务的名称。

返回