次の方法で共有


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()

オブジェクトを検証します。

適用対象