Uses of Class
com.azure.resourcemanager.cdn.models.UrlRedirectActionParameters
Packages that use UrlRedirectActionParameters
Package
Description
Package containing the data models for CdnManagementClient.
-
Uses of UrlRedirectActionParameters in com.azure.resourcemanager.cdn.models
Methods in com.azure.resourcemanager.cdn.models that return UrlRedirectActionParametersModifier and TypeMethodDescriptionstatic UrlRedirectActionParametersUrlRedirectActionParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of UrlRedirectActionParameters from the JsonReader.UrlRedirectAction.parameters()Get the parameters property: Defines the parameters for the action.UrlRedirectActionParameters.withCustomFragment(String customFragment) Set the customFragment property: Fragment to add to the redirect URL.UrlRedirectActionParameters.withCustomHostname(String customHostname) Set the customHostname property: Host to redirect.UrlRedirectActionParameters.withCustomPath(String customPath) Set the customPath property: The full path to redirect.UrlRedirectActionParameters.withCustomQueryString(String customQueryString) Set the customQueryString property: The set of query strings to be placed in the redirect URL.UrlRedirectActionParameters.withDestinationProtocol(DestinationProtocol destinationProtocol) Set the destinationProtocol property: Protocol to use for the redirect.UrlRedirectActionParameters.withRedirectType(RedirectType redirectType) Set the redirectType property: The redirect type the rule will use when redirecting traffic.UrlRedirectActionParameters.withTypeName(String typeName) Set the typeName property: The typeName property.Methods in com.azure.resourcemanager.cdn.models with parameters of type UrlRedirectActionParametersModifier and TypeMethodDescriptionUrlRedirectAction.withParameters(UrlRedirectActionParameters parameters) Set the parameters property: Defines the parameters for the action.