3.1.5.5.4.1.1.1 Request Body

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

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

The JSON schema for the inboundNatRules PUT method is located in section 6.5.6.1.