| Package | Description |
|---|---|
| com.azure.resourcemanager.cdn.fluent.models |
Package containing the inner data models for CdnManagementClient.
|
| com.azure.resourcemanager.cdn.models |
Package containing the data models for CdnManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
HttpsRedirect |
RouteInner.httpsRedirect()
Get the httpsRedirect property: Whether to automatically redirect HTTP traffic to HTTPS traffic.
|
| Modifier and Type | Method and Description |
|---|---|
RouteInner |
RouteInner.withHttpsRedirect(HttpsRedirect httpsRedirect)
Set the httpsRedirect property: Whether to automatically redirect HTTP traffic to HTTPS traffic.
|
| Modifier and Type | Field and Description |
|---|---|
static HttpsRedirect |
HttpsRedirect.DISABLED
Static value Disabled for HttpsRedirect.
|
static HttpsRedirect |
HttpsRedirect.ENABLED
Static value Enabled for HttpsRedirect.
|
| Modifier and Type | Method and Description |
|---|---|
static HttpsRedirect |
HttpsRedirect.fromString(String name)
Creates or finds a HttpsRedirect from its string representation.
|
HttpsRedirect |
RouteUpdatePropertiesParameters.httpsRedirect()
Get the httpsRedirect property: Whether to automatically redirect HTTP traffic to HTTPS traffic.
|
HttpsRedirect |
RouteUpdateParameters.httpsRedirect()
Get the httpsRedirect property: Whether to automatically redirect HTTP traffic to HTTPS traffic.
|
| Modifier and Type | Method and Description |
|---|---|
RouteUpdatePropertiesParameters |
RouteUpdatePropertiesParameters.withHttpsRedirect(HttpsRedirect httpsRedirect)
Set the httpsRedirect property: Whether to automatically redirect HTTP traffic to HTTPS traffic.
|
RouteProperties |
RouteProperties.withHttpsRedirect(HttpsRedirect httpsRedirect)
Set the httpsRedirect property: Whether to automatically redirect HTTP traffic to HTTPS traffic.
|
RouteUpdateParameters |
RouteUpdateParameters.withHttpsRedirect(HttpsRedirect httpsRedirect)
Set the httpsRedirect property: Whether to automatically redirect HTTP traffic to HTTPS traffic.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.