次の方法で共有


ConnectionMonitorResultProperties interface

接続モニターのプロパティについて説明します。

Extends

プロパティ

connectionMonitorType

接続モニターの種類。 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

monitoringStatus

接続モニターの監視状態。 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

provisioningState

接続モニターのプロビジョニング状態。 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

startTime

接続モニターが開始された日時。 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

継承されたプロパティ

autoStart

作成後に接続モニターが自動的に起動するかどうかを指定します。

destination

接続モニターの宛先について説明します。

endpoints

接続モニター エンドポイントの一覧。

monitoringIntervalInSeconds

監視間隔 (秒単位)。

notes

接続モニターに関連付けるオプションのメモ。

outputs

接続モニター出力の一覧。

source

接続モニターのソースについて説明します。

testConfigurations

接続モニターのテスト構成の一覧。

testGroups

接続モニターのテスト グループの一覧。

プロパティの詳細

connectionMonitorType

接続モニターの種類。 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

connectionMonitorType?: string

プロパティ値

string

monitoringStatus

接続モニターの監視状態。 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

monitoringStatus?: string

プロパティ値

string

provisioningState

接続モニターのプロビジョニング状態。 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

provisioningState?: string

プロパティ値

string

startTime

接続モニターが開始された日時。 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

startTime?: Date

プロパティ値

Date

継承されたプロパティの詳細

autoStart

作成後に接続モニターが自動的に起動するかどうかを指定します。

autoStart?: boolean

プロパティ値

boolean

ConnectionMonitorParameters.autoStartから継承

destination

接続モニターの宛先について説明します。

destination?: ConnectionMonitorDestination

プロパティ値

ConnectionMonitorParameters.destinationから継承

endpoints

接続モニター エンドポイントの一覧。

endpoints?: ConnectionMonitorEndpoint[]

プロパティ値

ConnectionMonitorParameters.endpointsから継承

monitoringIntervalInSeconds

監視間隔 (秒単位)。

monitoringIntervalInSeconds?: number

プロパティ値

number

ConnectionMonitorParameters.monitoringIntervalInSecondsから継承

notes

接続モニターに関連付けるオプションのメモ。

notes?: string

プロパティ値

string

ConnectionMonitorParameters.notesから継承

outputs

接続モニター出力の一覧。

outputs?: ConnectionMonitorOutput[]

プロパティ値

ConnectionMonitorParameters.outputsから継承

source

接続モニターのソースについて説明します。

source?: ConnectionMonitorSource

プロパティ値

ConnectionMonitorParameters.sourceから継承

testConfigurations

接続モニターのテスト構成の一覧。

testConfigurations?: ConnectionMonitorTestConfiguration[]

プロパティ値

ConnectionMonitorParameters.testConfigurationsから継承

testGroups

接続モニターのテスト グループの一覧。

testGroups?: ConnectionMonitorTestGroup[]

プロパティ値

ConnectionMonitorParameters.testGroupsから継承