Azure Networking Services · Example Payload

Azure Networking Services Load Balancing Rule Properties Format Example

AzureCloudInfrastructureMicrosoftNetworking

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

Top-level fields

backendAddressPoolbackendPortdisableOutboundSnatenableFloatingIPenableTcpResetfrontendIPConfigurationfrontendPortidleTimeoutInMinutesloadDistributionprobeprovisioningState

Example Payload

Raw ↑
{
  "backendAddressPool": {
    "id": "example-string"
  },
  "backendPort": 1,
  "disableOutboundSnat": true,
  "enableFloatingIP": true,
  "enableTcpReset": true,
  "frontendIPConfiguration": {
    "id": "example-string"
  },
  "frontendPort": 1,
  "idleTimeoutInMinutes": 1,
  "loadDistribution": "Default",
  "probe": {
    "id": "example-string"
  },
  "provisioningState": "Succeeded"
}