ApplicationGatewayRedirectConfiguration.Update |
ApplicationGateway.UpdateStages.WithRedirectConfiguration.updateRedirectConfiguration(String name) |
Begins the update of a redirect configuration.
|
ApplicationGatewayRedirectConfiguration.Update |
ApplicationGatewayRedirectConfiguration.UpdateStages.WithPathIncluded.withoutPathIncluded() |
Specifies that the path should not be included in the redirected URL.
|
ApplicationGatewayRedirectConfiguration.Update |
ApplicationGatewayRedirectConfiguration.UpdateStages.WithQueryStringIncluded.withoutQueryStringIncluded() |
Specifies that the query string should not be included in the redirected URL.
|
ApplicationGatewayRedirectConfiguration.Update |
ApplicationGatewayRedirectConfiguration.UpdateStages.WithTarget.withoutTargetListener() |
Removes the reference to the target listener.
|
ApplicationGatewayRedirectConfiguration.Update |
ApplicationGatewayRedirectConfiguration.UpdateStages.WithTarget.withoutTargetUrl() |
Removes the reference to the target URL.
|
ApplicationGatewayRedirectConfiguration.Update |
ApplicationGatewayRedirectConfiguration.UpdateStages.WithPathIncluded.withPathIncluded() |
Specifies that the path should be included in the redirected URL.
|
ApplicationGatewayRedirectConfiguration.Update |
ApplicationGatewayRedirectConfiguration.UpdateStages.WithQueryStringIncluded.withQueryStringIncluded() |
Specifies that the query string should be included in the redirected URL.
|
ApplicationGatewayRedirectConfiguration.Update |
ApplicationGatewayRedirectConfiguration.UpdateStages.WithTarget.withTargetListener(String name) |
Specifies the listener on this application gateway to redirect to.
|
ApplicationGatewayRedirectConfiguration.Update |
ApplicationGatewayRedirectConfiguration.UpdateStages.WithTarget.withTargetUrl(String url) |
Specifies the URL to redirect to.
|
ApplicationGatewayRedirectConfiguration.Update |
ApplicationGatewayRedirectConfiguration.UpdateStages.WithType.withType(ApplicationGatewayRedirectType redirectType) |
Specifies the redirection type.
|