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 c8837c2962958df23ba49bf27f181eabc375b532
Remove extra "x-ms-enum"
  • Loading branch information
AutorestCI committed Apr 11, 2019
commit ffba83a19d52174d53ca56807a57ee8771292a2f
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@ class ApplicationGatewayRedirectConfiguration(SubResource):

:param id: Resource ID.
:type id: str
:param redirect_type: Supported http redirection types - Permanent,
Temporary, Found, SeeOther. Possible values include: 'Permanent', 'Found',
'SeeOther', 'Temporary'
:param redirect_type: HTTP redirection type. Possible values include:
'Permanent', 'Found', 'SeeOther', 'Temporary'
:type redirect_type: str or
~azure.mgmt.network.v2019_02_01.models.ApplicationGatewayRedirectType
:param target_listener: Reference to a listener to redirect the request
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@ class ApplicationGatewayRedirectConfiguration(SubResource):

:param id: Resource ID.
:type id: str
:param redirect_type: Supported http redirection types - Permanent,
Temporary, Found, SeeOther. Possible values include: 'Permanent', 'Found',
'SeeOther', 'Temporary'
:param redirect_type: HTTP redirection type. Possible values include:
'Permanent', 'Found', 'SeeOther', 'Temporary'
:type redirect_type: str or
~azure.mgmt.network.v2019_02_01.models.ApplicationGatewayRedirectType
:param target_listener: Reference to a listener to redirect the request
Expand Down