Azure Networking Services · Example Payload

Azure Networking Services Virtual Network Peering Properties Format Example

AzureCloudInfrastructureMicrosoftNetworking

Azure Networking Services Virtual Network Peering Properties Format Example is an example object payload from Azure Networking Services, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

allowForwardedTrafficallowGatewayTransitallowVirtualNetworkAccesspeeringStateprovisioningStateremoteVirtualNetworkuseRemoteGateways

Example Payload

Raw ↑
{
  "allowForwardedTraffic": true,
  "allowGatewayTransit": true,
  "allowVirtualNetworkAccess": true,
  "peeringState": "Initiated",
  "provisioningState": "Succeeded",
  "remoteVirtualNetwork": {
    "id": "example-string"
  },
  "useRemoteGateways": true
}