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 @@ -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