3.1.5.5.5.1.1.1 Request Body

The format for the request body for the loadBalancingRules PUT method is as follows.

 {
   "properties": {
     "frontendIPConfigurations": [
       {
         "resourceRef": "/loadBalancers/0df23cd2-633f-4322-a9e6-c4388c023e32
          /frontendIPConfigurations/046e56a4-9dca-422f-b3ad-42d4d1174259"
       }
     ],
     "protocol": "Tcp",
     "frontendPort": 36920,
     "backendPort": 31267,
     "enableFloatingIP": false,
     "idleTimeoutInMinutes": 4,
     "backendAddressPool": {
       "resourceRef": "/loadBalancers/0df23cd2-633f-4322-a9e6-c4388c023e32
        /backendAddressPools/0a4e1f96-1a82-497e-8979-38b96bf9344a"
     },
     "loadDistribution": "Default"
   }
 }

The JSON schema for the loadBalancingRules PUT method is located in section 6.5.7.1.