Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Generated from c61d103411eaba5419547a5ad4980b3639dd8d91
Remove duplicate enum ApplicationGatewayProtocol
  • Loading branch information
AutorestCI committed Apr 19, 2019
commit 42e1f35072d4219f5665d6e0caf6000d8b1dd49f
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
class ErrorResponse(Model):
"""The error object.

:param error: Error.
:param error: Error. The error details object.
:type error: ~azure.mgmt.network.v2019_02_01.models.ErrorDetails
"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
class ErrorResponse(Model):
"""The error object.

:param error: Error.
:param error: Error. The error details object.
:type error: ~azure.mgmt.network.v2019_02_01.models.ErrorDetails
"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ class WebApplicationFirewallPolicy(Resource):
:ivar provisioning_state: Provisioning state of the
WebApplicationFirewallPolicy.
:vartype provisioning_state: str
:ivar resource_state: Resource status of the policy. Possible values
include: 'Creating', 'Enabling', 'Enabled', 'Disabling', 'Disabled',
'Deleting'
:ivar resource_state: Resource status of the policy. Resource status of
the policy. Possible values include: 'Creating', 'Enabling', 'Enabled',
'Disabling', 'Disabled', 'Deleting'
:vartype resource_state: str or
~azure.mgmt.network.v2019_02_01.models.WebApplicationFirewallPolicyResourceState
:param etag: Gets a unique read-only string that changes whenever the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ class WebApplicationFirewallPolicy(Resource):
:ivar provisioning_state: Provisioning state of the
WebApplicationFirewallPolicy.
:vartype provisioning_state: str
:ivar resource_state: Resource status of the policy. Possible values
include: 'Creating', 'Enabling', 'Enabled', 'Disabling', 'Disabled',
'Deleting'
:ivar resource_state: Resource status of the policy. Resource status of
the policy. Possible values include: 'Creating', 'Enabling', 'Enabled',
'Disabling', 'Disabled', 'Deleting'
:vartype resource_state: str or
~azure.mgmt.network.v2019_02_01.models.WebApplicationFirewallPolicyResourceState
:param etag: Gets a unique read-only string that changes whenever the
Expand Down