Microsoft.Peering peeringServices/connectionMonitorTests

ARM template resource definition

The peeringServices/connectionMonitorTests resource type can be deployed to:

For a list of changed properties in each API version, see change log.

Resource format

To create a Microsoft.Peering/peeringServices/connectionMonitorTests resource, add the following JSON to your template.

{
  "type": "Microsoft.Peering/peeringServices/connectionMonitorTests",
  "apiVersion": "2022-10-01",
  "name": "string",
  "properties": {
    "destination": "string",
    "destinationPort": "int",
    "sourceAgent": "string",
    "testFrequencyInSec": "int"
  }
}

Property values

peeringServices/connectionMonitorTests

Name Description Value
type The resource type 'Microsoft.Peering/peeringServices/connectionMonitorTests'
apiVersion The resource api version '2022-10-01'
name The resource name

See how to set names and types for child resources in JSON ARM templates.
string (required)
properties The properties that define a Connection Monitor Test. ConnectionMonitorTestProperties

ConnectionMonitorTestProperties

Name Description Value
destination The Connection Monitor test destination string
destinationPort The Connection Monitor test destination port int
sourceAgent The Connection Monitor test source agent string
testFrequencyInSec The Connection Monitor test frequency in seconds int