| Package | Description |
|---|---|
| com.azure.resourcemanager.cdn.models |
Package containing the data models for CdnManagementClient.
|
| Modifier and Type | Field and Description |
|---|---|
static RedirectType |
RedirectType.FOUND
Static value Found for RedirectType.
|
static RedirectType |
RedirectType.MOVED
Static value Moved for RedirectType.
|
static RedirectType |
RedirectType.PERMANENT_REDIRECT
Static value PermanentRedirect for RedirectType.
|
static RedirectType |
RedirectType.TEMPORARY_REDIRECT
Static value TemporaryRedirect for RedirectType.
|
| Modifier and Type | Method and Description |
|---|---|
static RedirectType |
RedirectType.fromString(String name)
Creates or finds a RedirectType from its string representation.
|
RedirectType |
UrlRedirectActionParameters.redirectType()
Get the redirectType property: The redirect type the rule will use when redirecting traffic.
|
| Modifier and Type | Method and Description |
|---|---|
UrlRedirectActionParameters |
UrlRedirectActionParameters.withRedirectType(RedirectType redirectType)
Set the redirectType property: The redirect type the rule will use when redirecting traffic.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.