ConnectionMonitorTests interface
Interface representing a ConnectionMonitorTests.
Methods
create |
Creates or updates a connection monitor test with the specified name under the given subscription, resource group and peering service. |
delete(string, string, string, Connection |
Deletes an existing connection monitor test with the specified name under the given subscription, resource group and peering service. |
get(string, string, string, Connection |
Gets an existing connection monitor test with the specified name under the given subscription, resource group and peering service. |
list |
Lists all connection monitor tests under the given subscription, resource group and peering service. |
Method Details
createOrUpdate(string, string, string, ConnectionMonitorTest, ConnectionMonitorTestsCreateOrUpdateOptionalParams)
Creates or updates a connection monitor test with the specified name under the given subscription, resource group and peering service.
function createOrUpdate(resourceGroupName: string, peeringServiceName: string, connectionMonitorTestName: string, connectionMonitorTest: ConnectionMonitorTest, options?: ConnectionMonitorTestsCreateOrUpdateOptionalParams): Promise<ConnectionMonitorTest>
Parameters
- resourceGroupName
-
string
The name of the resource group.
- peeringServiceName
-
string
The name of the peering service.
- connectionMonitorTestName
-
string
The name of the connection monitor test
- connectionMonitorTest
- ConnectionMonitorTest
The properties needed to create a connection monitor test
The options parameters.
Returns
Promise<ConnectionMonitorTest>
delete(string, string, string, ConnectionMonitorTestsDeleteOptionalParams)
Deletes an existing connection monitor test with the specified name under the given subscription, resource group and peering service.
function delete(resourceGroupName: string, peeringServiceName: string, connectionMonitorTestName: string, options?: ConnectionMonitorTestsDeleteOptionalParams): Promise<void>
Parameters
- resourceGroupName
-
string
The name of the resource group.
- peeringServiceName
-
string
The name of the peering service.
- connectionMonitorTestName
-
string
The name of the connection monitor test
The options parameters.
Returns
Promise<void>
get(string, string, string, ConnectionMonitorTestsGetOptionalParams)
Gets an existing connection monitor test with the specified name under the given subscription, resource group and peering service.
function get(resourceGroupName: string, peeringServiceName: string, connectionMonitorTestName: string, options?: ConnectionMonitorTestsGetOptionalParams): Promise<ConnectionMonitorTest>
Parameters
- resourceGroupName
-
string
The name of the resource group.
- peeringServiceName
-
string
The name of the peering service.
- connectionMonitorTestName
-
string
The name of the connection monitor test
The options parameters.
Returns
Promise<ConnectionMonitorTest>
listByPeeringService(string, string, ConnectionMonitorTestsListByPeeringServiceOptionalParams)
Lists all connection monitor tests under the given subscription, resource group and peering service.
function listByPeeringService(resourceGroupName: string, peeringServiceName: string, options?: ConnectionMonitorTestsListByPeeringServiceOptionalParams): PagedAsyncIterableIterator<ConnectionMonitorTest, ConnectionMonitorTest[], PageSettings>
Parameters
- resourceGroupName
-
string
The name of the resource group.
- peeringServiceName
-
string
The name of the peering service.
The options parameters.