Azure Networking Services · Example Payload

Azure Networking Services Frontend Ip Configuration Properties Format Example

AzureCloudInfrastructureMicrosoftNetworking

Azure Networking Services Frontend Ip Configuration 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

inboundNatPoolsinboundNatRulesloadBalancingRulesoutboundRulesprivateIPAddressprivateIPAddressVersionprivateIPAllocationMethodprovisioningStatepublicIPPrefix

Example Payload

Raw ↑
{
  "inboundNatPools": [
    {
      "id": {}
    }
  ],
  "inboundNatRules": [
    {
      "id": {}
    }
  ],
  "loadBalancingRules": [
    {
      "id": {}
    }
  ],
  "outboundRules": [
    {
      "id": {}
    }
  ],
  "privateIPAddress": "example-string",
  "privateIPAddressVersion": "IPv4",
  "privateIPAllocationMethod": "Static",
  "provisioningState": "Succeeded",
  "publicIPPrefix": {
    "id": "example-string"
  }
}