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