ConnectionMonitorTestsOperations interface
Interface representing a ConnectionMonitorTests operations.
Properties
| create |
Creates or updates a connection monitor test with the specified name under the given subscription, resource group and peering service. |
| delete | Deletes an existing connection monitor test with the specified name under the given subscription, resource group and peering service. |
| get | 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. |
Property Details
createOrUpdate
Creates or updates a connection monitor test with the specified name under the given subscription, resource group and peering service.
createOrUpdate: (resourceGroupName: string, peeringServiceName: string, connectionMonitorTestName: string, connectionMonitorTest: ConnectionMonitorTest, options?: ConnectionMonitorTestsCreateOrUpdateOptionalParams) => Promise<ConnectionMonitorTest>
Property Value
(resourceGroupName: string, peeringServiceName: string, connectionMonitorTestName: string, connectionMonitorTest: ConnectionMonitorTest, options?: ConnectionMonitorTestsCreateOrUpdateOptionalParams) => Promise<ConnectionMonitorTest>
delete
Deletes an existing connection monitor test with the specified name under the given subscription, resource group and peering service.
delete: (resourceGroupName: string, peeringServiceName: string, connectionMonitorTestName: string, options?: ConnectionMonitorTestsDeleteOptionalParams) => Promise<void>
Property Value
(resourceGroupName: string, peeringServiceName: string, connectionMonitorTestName: string, options?: ConnectionMonitorTestsDeleteOptionalParams) => Promise<void>
get
Gets an existing connection monitor test with the specified name under the given subscription, resource group and peering service.
get: (resourceGroupName: string, peeringServiceName: string, connectionMonitorTestName: string, options?: ConnectionMonitorTestsGetOptionalParams) => Promise<ConnectionMonitorTest>
Property Value
(resourceGroupName: string, peeringServiceName: string, connectionMonitorTestName: string, options?: ConnectionMonitorTestsGetOptionalParams) => Promise<ConnectionMonitorTest>
listByPeeringService
Lists all connection monitor tests under the given subscription, resource group and peering service.
listByPeeringService: (resourceGroupName: string, peeringServiceName: string, options?: ConnectionMonitorTestsListByPeeringServiceOptionalParams) => PagedAsyncIterableIterator<ConnectionMonitorTest, ConnectionMonitorTest[], PageSettings>
Property Value
(resourceGroupName: string, peeringServiceName: string, options?: ConnectionMonitorTestsListByPeeringServiceOptionalParams) => PagedAsyncIterableIterator<ConnectionMonitorTest, ConnectionMonitorTest[], PageSettings>