Skip to content

Commit cb3a28c

Browse files
authored
Connection Draining add new properties (#18052)
* merge * fix * fix
1 parent 9713086 commit cb3a28c

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

  • specification/network/resource-manager/Microsoft.Network/stable/2021-08-01

specification/network/resource-manager/Microsoft.Network/stable/2021-08-01/loadBalancer.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1726,6 +1726,20 @@
17261726
"$ref": "#/definitions/NatRulePortMapping"
17271727
},
17281728
"description": "Collection of inbound NAT rule port mappings."
1729+
},
1730+
"adminState": {
1731+
"type": "string",
1732+
"description": "A list of administrative states which once set can override health probe so that Load Balancer will always forward new connections to backend, or deny new connections and reset existing connections.",
1733+
"enum": [
1734+
"None",
1735+
"Up",
1736+
"Down",
1737+
"Drain"
1738+
],
1739+
"x-ms-enum": {
1740+
"name": "LoadBalancerBackendAddressAdminState",
1741+
"modelAsString": true
1742+
}
17291743
}
17301744
},
17311745
"description": "Properties of the load balancer backend addresses."
@@ -1805,6 +1819,11 @@
18051819
"readOnly": true,
18061820
"$ref": "./network.json#/definitions/ProvisioningState",
18071821
"description": "The provisioning state of the backend address pool resource."
1822+
},
1823+
"drainPeriodInSeconds": {
1824+
"type": "integer",
1825+
"format": "int32",
1826+
"description": "Amount of seconds Load Balancer waits for before sending RESET to client and backend address."
18081827
}
18091828
},
18101829
"description": "Properties of the backend address pool."

0 commit comments

Comments
 (0)