File tree Expand file tree Collapse file tree 1 file changed +33
-2
lines changed
schemas/2019-10-01-preview Expand file tree Collapse file tree 1 file changed +33
-2
lines changed Original file line number Diff line number Diff line change 253253 ],
254254 "description" : " Defines reference to load balancer backend address pools."
255255 },
256+ "LoadBalancerNatRuleReference" : {
257+ "type" : " object" ,
258+ "properties" : {
259+ "name" : {
260+ "type" : " string" ,
261+ "description" : " Gets the name of the proxy resource on the target side."
262+ },
263+ "sourceArmResourceId" : {
264+ "type" : " string" ,
265+ "description" : " Gets the ARM resource ID of the tracked resource being referenced."
266+ }
267+ },
268+ "required" : [
269+ " sourceArmResourceId"
270+ ],
271+ "description" : " Defines reference to load balancer NAT rules."
272+ },
256273 "LoadBalancerResourceSettings" : {
257274 "type" : " object" ,
258275 "properties" : {
535552 ],
536553 "description" : " Gets or sets the references of the load balancer backend address pools."
537554 },
555+ "loadBalancerNatRules" : {
556+ "oneOf" : [
557+ {
558+ "type" : " array" ,
559+ "items" : {
560+ "$ref" : " #/definitions/LoadBalancerNatRuleReference"
561+ }
562+ },
563+ {
564+ "$ref" : " https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
565+ }
566+ ],
567+ "description" : " Gets or sets the references of the load balancer NAT rules."
568+ },
538569 "name" : {
539570 "type" : " string" ,
540571 "description" : " Gets or sets the IP configuration name."
632663 "type" : " string" ,
633664 "description" : " Gets or sets the domain name label."
634665 },
635- "fQDN " : {
666+ "fqdn " : {
636667 "type" : " string" ,
637668 "description" : " Gets or sets the fully qualified domain name."
638669 },
936967 "description" : " Defines the virtual network resource settings."
937968 }
938969 }
939- }
970+ }
You can’t perform that action at this time.
0 commit comments