Skip to content
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
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ class ProbeProtocol(str, Enum):

http = "Http"
tcp = "Tcp"
https = "Https"


class NetworkOperationStatus(str, Enum):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ class Probe(SubResource):
:vartype load_balancing_rules:
list[~azure.mgmt.network.v2018_02_01.models.SubResource]
:param protocol: Required. 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'
:type protocol: str or
~azure.mgmt.network.v2018_02_01.models.ProbeProtocol
:param port: Required. The port for communicating the probe. Possible
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ class Probe(SubResource):
:vartype load_balancing_rules:
list[~azure.mgmt.network.v2018_02_01.models.SubResource]
:param protocol: Required. 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'
:type protocol: str or
~azure.mgmt.network.v2018_02_01.models.ProbeProtocol
:param port: Required. The port for communicating the probe. Possible
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ class ProbeProtocol(str, Enum):

http = "Http"
tcp = "Tcp"
https = "Https"


class NetworkOperationStatus(str, Enum):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ class Probe(SubResource):
:vartype load_balancing_rules:
list[~azure.mgmt.network.v2018_04_01.models.SubResource]
:param protocol: Required. 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'
:type protocol: str or
~azure.mgmt.network.v2018_04_01.models.ProbeProtocol
:param port: Required. The port for communicating the probe. Possible
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ class Probe(SubResource):
:vartype load_balancing_rules:
list[~azure.mgmt.network.v2018_04_01.models.SubResource]
:param protocol: Required. 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'
:type protocol: str or
~azure.mgmt.network.v2018_04_01.models.ProbeProtocol
:param port: Required. The port for communicating the probe. Possible
Expand Down