Azure Networking Services · Example Payload

Azure Networking Services Backend Address Pool Properties Format Example

AzureCloudInfrastructureMicrosoftNetworking

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

Top-level fields

backendIPConfigurationsloadBalancingRulesoutboundRuleoutboundRulesprovisioningState

Example Payload

Raw ↑
{
  "backendIPConfigurations": [
    {}
  ],
  "loadBalancingRules": [
    {
      "id": {}
    }
  ],
  "outboundRule": {
    "id": "example-string"
  },
  "outboundRules": [
    {
      "id": {}
    }
  ],
  "provisioningState": "Succeeded"
}