Uses of Class
com.microsoft.azure.management.cdn.UrlRedirectActionParameters
Packages that use UrlRedirectActionParameters
Package
Description
This package contains the classes for CdnManagementClient.
-
Uses of UrlRedirectActionParameters in com.microsoft.azure.management.cdn
Methods in com.microsoft.azure.management.cdn that return UrlRedirectActionParametersModifier and TypeMethodDescriptionUrlRedirectAction.parameters()
Get defines the parameters for the action.UrlRedirectActionParameters.withCustomFragment
(String customFragment) Set fragment to add to the redirect URL.UrlRedirectActionParameters.withCustomHostname
(String customHostname) Set host to redirect.UrlRedirectActionParameters.withCustomPath
(String customPath) Set the full path to redirect.UrlRedirectActionParameters.withCustomQueryString
(String customQueryString) Set the set of query strings to be placed in the redirect URL.UrlRedirectActionParameters.withDestinationProtocol
(DestinationProtocol destinationProtocol) Set protocol to use for the redirect.UrlRedirectActionParameters.withOdatatype
(String odatatype) Set the odatatype value.UrlRedirectActionParameters.withRedirectType
(RedirectType redirectType) Set the redirect type the rule will use when redirecting traffic.Methods in com.microsoft.azure.management.cdn with parameters of type UrlRedirectActionParametersModifier and TypeMethodDescriptionUrlRedirectAction.withParameters
(UrlRedirectActionParameters parameters) Set defines the parameters for the action.