Skip to content

Commit

Permalink
Added new virtualNetwork property to load balancer backend address po…
Browse files Browse the repository at this point in the history
…ol (Azure#21436)
  • Loading branch information
irrogozh authored and anandanthony committed Dec 16, 2022
1 parent bedeb6f commit 48c6726
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1824,6 +1824,10 @@
"type": "integer",
"format": "int32",
"description": "Amount of seconds Load Balancer waits for before sending RESET to client and backend address."
},
"virtualNetwork": {
"$ref": "./network.json#/definitions/SubResource",
"description": "A reference to a virtual network."
}
},
"description": "Properties of the backend address pool."
Expand Down

0 comments on commit 48c6726

Please sign in to comment.