| Package | Description |
|---|---|
| com.azure.resourcemanager.cdn.models |
Package containing the data models for CdnManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
UrlRedirectActionParameters |
UrlRedirectAction.parameters()
Get the parameters property: Defines the parameters for the action.
|
UrlRedirectActionParameters |
UrlRedirectActionParameters.withCustomFragment(String customFragment)
Set the customFragment property: Fragment to add to the redirect URL.
|
UrlRedirectActionParameters |
UrlRedirectActionParameters.withCustomHostname(String customHostname)
Set the customHostname property: Host to redirect.
|
UrlRedirectActionParameters |
UrlRedirectActionParameters.withCustomPath(String customPath)
Set the customPath property: The full path to redirect.
|
UrlRedirectActionParameters |
UrlRedirectActionParameters.withCustomQueryString(String customQueryString)
Set the customQueryString property: The set of query strings to be placed in the redirect URL.
|
UrlRedirectActionParameters |
UrlRedirectActionParameters.withDestinationProtocol(DestinationProtocol destinationProtocol)
Set the destinationProtocol property: Protocol to use for the redirect.
|
UrlRedirectActionParameters |
UrlRedirectActionParameters.withOdataType(String odataType)
Set the odataType property: The @odata.type property.
|
UrlRedirectActionParameters |
UrlRedirectActionParameters.withRedirectType(RedirectType redirectType)
Set the redirectType property: The redirect type the rule will use when redirecting traffic.
|
| Modifier and Type | Method and Description |
|---|---|
UrlRedirectAction |
UrlRedirectAction.withParameters(UrlRedirectActionParameters parameters)
Set the parameters property: Defines the parameters for the action.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.