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
Generated from 3fd1b97b681b33ca6da9b0b15a22aad4262a295e
Initial commit
  • Loading branch information
AutorestCI committed Apr 12, 2019
commit b8e8ec67b1bf0a2abfd43f332201e8f1c09a063b
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ class SecurityRuleProtocol(str, Enum):
udp = "Udp"
icmp = "Icmp"
esp = "Esp"
ah = "Ah"
asterisk = "*"


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ class SecurityRule(SubResource):
:param description: A description for this rule. Restricted to 140 chars.
:type description: str
:param protocol: Required. Network protocol this rule applies to. Possible
values are 'Tcp', 'Udp', 'Icmp', 'Esp', 'Ah', and '*'. Possible values
include: 'Tcp', 'Udp', 'Icmp', 'Esp', 'Ah', '*'
values are 'Tcp', 'Udp', 'Icmp', 'Esp', and '*'. Possible values include:
'Tcp', 'Udp', 'Icmp', 'Esp', '*'
:type protocol: str or
~azure.mgmt.network.v2019_02_01.models.SecurityRuleProtocol
:param source_port_range: The source port or range. Integer or range
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ class SecurityRule(SubResource):
:param description: A description for this rule. Restricted to 140 chars.
:type description: str
:param protocol: Required. Network protocol this rule applies to. Possible
values are 'Tcp', 'Udp', 'Icmp', 'Esp', 'Ah', and '*'. Possible values
include: 'Tcp', 'Udp', 'Icmp', 'Esp', 'Ah', '*'
values are 'Tcp', 'Udp', 'Icmp', 'Esp', and '*'. Possible values include:
'Tcp', 'Udp', 'Icmp', 'Esp', '*'
:type protocol: str or
~azure.mgmt.network.v2019_02_01.models.SecurityRuleProtocol
:param source_port_range: The source port or range. Integer or range
Expand Down