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

ConnectionMonitorResult 类

定义

有关连接监视器的信息。

[Microsoft.Rest.Serialization.JsonTransformation]
public class ConnectionMonitorResult : Microsoft.Rest.Azure.IResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ConnectionMonitorResult = class
    interface IResource
Public Class ConnectionMonitorResult
Implements IResource
继承
ConnectionMonitorResult
属性
实现

构造函数

ConnectionMonitorResult()

初始化 ConnectionMonitorResult 类的新实例。

ConnectionMonitorResult(String, String, String, String, String, IDictionary<String,String>, ConnectionMonitorSource, ConnectionMonitorDestination, Nullable<Boolean>, Nullable<Int32>, IList<ConnectionMonitorEndpoint>, IList<ConnectionMonitorTestConfiguration>, IList<ConnectionMonitorTestGroup>, IList<ConnectionMonitorOutput>, String, String, Nullable<DateTime>, String, String)

初始化 ConnectionMonitorResult 类的新实例。

属性

AutoStart

获取或设置确定连接监视器在创建后是否自动启动。

ConnectionMonitorType

获取连接监视器的类型。 可能的值包括:“MultiEndpoint”、“SingleSourceDestination”

Destination

获取或设置描述连接监视器的目标。

Endpoints

获取或设置连接监视器终结点的列表。

Etag

获取一个唯一的只读字符串,每当资源更新时,该字符串都会更改。

Id

获取连接监视器的 ID。

Location

获取或设置连接监视器位置。

MonitoringIntervalInSeconds

获取或设置监视间隔(以秒为单位)。

MonitoringStatus

获取连接监视器的监视状态。

Name

获取连接监视器的名称。

Notes

获取或设置要与连接监视器关联的可选注释。

Outputs

获取或设置连接监视器输出的列表。

ProvisioningState

获取连接监视器的预配状态。 可能的值包括:“Succeeded”、“Updating”、“Deleting”、“Failed”

Source

获取或设置描述连接监视器的源。

StartTime

获取启动连接监视器的日期和时间。

Tags

获取或设置连接监视器标记。

TestConfigurations

获取或设置连接监视器测试配置的列表。

TestGroups

获取或设置连接监视器测试组的列表。

Type

获取连接监视器类型。

方法

Validate()

验证 对象。

适用于