Skip to content
This repository was archived by the owner on May 5, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions lib/services/networkManagement2/lib/models/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3515,10 +3515,10 @@ export interface LoadBalancingRule extends SubResource {
* @member {array} [loadBalancingRules] The load balancer rules that use this
* probe.
* @member {string} protocol The protocol of the end point. Possible values
* are: 'Http' or 'Tcp'. If 'Tcp' is specified, a received ACK is required for
* the probe to be successful. If 'Http' is specified, a 200 OK response from
* the specifies URI is required for the probe to be successful. Possible
* values include: 'Http', 'Tcp'
* are: 'Http', 'Tcp', or 'Https'. If 'Tcp' is specified, a received ACK is
* required for the probe to be successful. If 'Http' or 'Https' is specified,
* a 200 OK response from the specifies URI is required for the probe to be
* successful. Possible values include: 'Http', 'Tcp', 'Https'
* @member {number} port The port for communicating the probe. Possible values
* range from 1 to 65535, inclusive.
* @member {number} [intervalInSeconds] The interval, in seconds, for how
Expand Down
8 changes: 4 additions & 4 deletions lib/services/networkManagement2/lib/models/probe.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ class Probe extends models['SubResource'] {
* @member {array} [loadBalancingRules] The load balancer rules that use this
* probe.
* @member {string} protocol The protocol of the end point. Possible values
* are: 'Http' or 'Tcp'. If 'Tcp' is specified, a received ACK is required
* for the probe to be successful. If 'Http' is specified, a 200 OK response
* from the specifies URI is required for the probe to be successful.
* Possible values include: 'Http', 'Tcp'
* are: 'Http', 'Tcp', or 'Https'. If 'Tcp' is specified, a received ACK is
* required for the probe to be successful. If 'Http' or 'Https' is
* specified, a 200 OK response from the specifies URI is required for the
* probe to be successful. Possible values include: 'Http', 'Tcp', 'Https'
* @member {number} port The port for communicating the probe. Possible
* values range from 1 to 65535, inclusive.
* @member {number} [intervalInSeconds] The interval, in seconds, for how
Expand Down