Azure Networking Services · Example Payload

Azure Networking Services Outbound Rule Properties Format Example

AzureCloudInfrastructureMicrosoftNetworking

Azure Networking Services Outbound Rule 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

allocatedOutboundPortsbackendAddressPoolenableTcpResetfrontendIPConfigurationsidleTimeoutInMinutesprotocolprovisioningState

Example Payload

Raw ↑
{
  "allocatedOutboundPorts": 1,
  "backendAddressPool": {
    "id": "example-string"
  },
  "enableTcpReset": true,
  "frontendIPConfigurations": [
    {
      "id": {}
    }
  ],
  "idleTimeoutInMinutes": 1,
  "protocol": "Tcp",
  "provisioningState": "Succeeded"
}