ConnectionMonitorTests interface
ConnectionMonitorTests を表すインターフェイス。
メソッド
create |
指定されたサブスクリプション、リソース グループ、およびピアリング サービスの下で、指定した名前で接続モニター テストを作成または更新します。 |
delete(string, string, string, Connection |
指定されたサブスクリプション、リソース グループ、ピアリング サービスの下で、指定した名前の既存の接続モニター テストを削除します。 |
get(string, string, string, Connection |
指定したサブスクリプション、リソース グループ、ピアリング サービスの下で、指定した名前の既存の接続モニター テストを取得します。 |
list |
指定されたサブスクリプション、リソース グループ、ピアリング サービスに基づくすべての接続モニター テストを一覧表示します。 |
メソッドの詳細
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
接続モニター テストの作成に必要なプロパティ
options パラメーター。
戻り値
Promise<ConnectionMonitorTest>
delete(string, string, string, ConnectionMonitorTestsDeleteOptionalParams)
指定されたサブスクリプション、リソース グループ、ピアリング サービスの下で、指定した名前の既存の接続モニター テストを削除します。
function delete(resourceGroupName: string, peeringServiceName: string, connectionMonitorTestName: string, options?: ConnectionMonitorTestsDeleteOptionalParams): Promise<void>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- peeringServiceName
-
string
ピアリング サービスの名前。
- connectionMonitorTestName
-
string
接続モニター テストの名前
options パラメーター。
戻り値
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 パラメーター。
戻り値
Promise<ConnectionMonitorTest>
listByPeeringService(string, string, ConnectionMonitorTestsListByPeeringServiceOptionalParams)
指定されたサブスクリプション、リソース グループ、ピアリング サービスに基づくすべての接続モニター テストを一覧表示します。
function listByPeeringService(resourceGroupName: string, peeringServiceName: string, options?: ConnectionMonitorTestsListByPeeringServiceOptionalParams): PagedAsyncIterableIterator<ConnectionMonitorTest, ConnectionMonitorTest[], PageSettings>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- peeringServiceName
-
string
ピアリング サービスの名前。
options パラメーター。