Microsoft.ManagedNetwork managedNetworks/managedNetworkPeeringPolicies

ARM template resource definition

The managedNetworks/managedNetworkPeeringPolicies 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.ManagedNetwork/managedNetworks/managedNetworkPeeringPolicies resource, add the following JSON to your template.

{
  "type": "Microsoft.ManagedNetwork/managedNetworks/managedNetworkPeeringPolicies",
  "apiVersion": "2019-06-01-preview",
  "name": "string",
  "location": "string",
  "properties": {
    "hub": {
      "id": "string"
    },
    "mesh": [
      {
        "id": "string"
      }
    ],
    "spokes": [
      {
        "id": "string"
      }
    ],
    "type": "string"
  }
}

Property values

managedNetworks/managedNetworkPeeringPolicies

Name Description Value
type The resource type 'Microsoft.ManagedNetwork/managedNetworks/managedNetworkPeeringPolicies'
apiVersion The resource api version '2019-06-01-preview'
name The resource name

See how to set names and types for child resources in JSON ARM templates.
string (required)
location The geo-location where the resource lives string
properties Gets or sets the properties of a Managed Network Policy ManagedNetworkPeeringPolicyProperties

ManagedNetworkPeeringPolicyProperties

Name Description Value
hub Gets or sets the hub virtual network ID ResourceId
mesh Gets or sets the mesh group IDs ResourceId[]
spokes Gets or sets the spokes group IDs ResourceId[]
type Gets or sets the connectivity type of a network structure policy 'HubAndSpokeTopology'
'MeshTopology' (required)

ResourceId

Name Description Value
id Resource Id string