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

ConnectionMonitorTestGroup 构造函数

定义

重载

ConnectionMonitorTestGroup()

初始化 ConnectionMonitorTestGroup 类的新实例。

ConnectionMonitorTestGroup(String, IList<String>, IList<String>, IList<String>, Nullable<Boolean>)

初始化 ConnectionMonitorTestGroup 类的新实例。

ConnectionMonitorTestGroup()

初始化 ConnectionMonitorTestGroup 类的新实例。

public ConnectionMonitorTestGroup ();
Public Sub New ()

适用于

ConnectionMonitorTestGroup(String, IList<String>, IList<String>, IList<String>, Nullable<Boolean>)

初始化 ConnectionMonitorTestGroup 类的新实例。

public ConnectionMonitorTestGroup (string name, System.Collections.Generic.IList<string> testConfigurations, System.Collections.Generic.IList<string> sources, System.Collections.Generic.IList<string> destinations, bool? disable = default);
new Microsoft.Azure.Management.Network.Models.ConnectionMonitorTestGroup : string * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * Nullable<bool> -> Microsoft.Azure.Management.Network.Models.ConnectionMonitorTestGroup
Public Sub New (name As String, testConfigurations As IList(Of String), sources As IList(Of String), destinations As IList(Of String), Optional disable As Nullable(Of Boolean) = Nothing)

参数

name
String

连接监视器测试组的名称。

testConfigurations
IList<String>

测试配置名称的列表。

sources
IList<String>

源终结点名称的列表。

destinations
IList<String>

目标终结点名称的列表。

disable
Nullable<Boolean>

指示是否禁用测试组的值。

适用于