3.1.5.5.5.1.3.2 Response Body

The format for the response body for the loadBalancingRules GET ALL method is as follows.

 {
   "value": [
     {
       "resourceRef": "/loadBalancers/d2251a0d-32d2-457e-b3aa-e0fe1f42cce1/loadBalancingRules/6339de0b-5730-4057-b2ee-37e90d3e4470",
       "resourceId": "6339de0b-5730-4057-b2ee-37e90d3e4470",
       "etag": "W/\"87c5f43a-3d37-4955-b6ba-bc3037fcfefd\"",
       "instanceId": "58b176c8-f4d1-4a5f-bfe4-623dcfe3ba2a",
       "properties": {
         "provisioningState": "Succeeded",
         "frontendIPConfigurations": [
           {
             "resourceRef": "/loadBalancers/d2251a0d-32d2-457e-b3aa-e0fe1f42cce1/frontendIPConfigurations/6bad6ea2-eca8-4143-8925-55aa497d3882"
           }
         ],
         "protocol": "Tcp",
         "frontendPort": 2003,
         "backendPort": 2003,
         "enableFloatingIP": false,
         "idleTimeoutInMinutes": 4,
         "backendAddressPool": {
           "resourceRef": "/loadBalancers/d2251a0d-32d2-457e-b3aa-e0fe1f42cce1/backendAddressPools/9827f986-4606-4331-b63f-7cc39665e2c9"
         },
         "loadDistribution": "Default"
       }
     }
   ],
   "nextLink": ""
 }

The JSON schema for the loadBalancingRules GET ALL method is located in section 6.5.7.3.