Azure Networking Services · Example Payload

Azure Networking Services Load Balancer Properties Format Example

AzureCloudInfrastructureMicrosoftNetworking

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

Top-level fields

backendAddressPoolsfrontendIPConfigurationsinboundNatPoolsinboundNatRulesloadBalancingRulesoutboundRulesprobesprovisioningStateresourceGuid

Example Payload

Raw ↑
{
  "backendAddressPools": [
    {}
  ],
  "frontendIPConfigurations": [
    {}
  ],
  "inboundNatPools": [
    {}
  ],
  "inboundNatRules": [
    {}
  ],
  "loadBalancingRules": [
    {}
  ],
  "outboundRules": [
    {}
  ],
  "probes": [
    {}
  ],
  "provisioningState": "Succeeded",
  "resourceGuid": "example-string"
}