File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
specification/network/resource-manager/Microsoft.Network/stable/2021-08-01 Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 2442
2442
"modelAsString" : true
2443
2443
}
2444
2444
},
2445
+ "priority" : {
2446
+ "type" : " integer" ,
2447
+ "format" : " int32" ,
2448
+ "minimum" : 1 ,
2449
+ "exclusiveMinimum" : false ,
2450
+ "maximum" : 20000 ,
2451
+ "exclusiveMaximum" : false ,
2452
+ "description" : " Priority of the routing rule."
2453
+ },
2445
2454
"backendAddressPool" : {
2446
2455
"$ref" : " ./network.json#/definitions/SubResource" ,
2447
2456
"description" : " Backend address pool resource of the application gateway."
2460
2469
"description" : " The provisioning state of the request routing rule resource."
2461
2470
}
2462
2471
},
2472
+ "required" : [
2473
+ " priority"
2474
+ ],
2463
2475
"description" : " Properties of routing rule of the application gateway."
2464
2476
},
2465
2477
"ApplicationGatewayRoutingRule" : {
You can’t perform that action at this time.
0 commit comments