Uses of Class
com.microsoft.azure.management.cdn.HttpsRedirect
Package
Description
This package contains the classes for CdnManagementClient.
-
Uses of HttpsRedirect in com.microsoft.azure.management.cdn
Modifier and TypeFieldDescriptionstatic final HttpsRedirect
HttpsRedirect.DISABLED
Static value Disabled for HttpsRedirect.static final HttpsRedirect
HttpsRedirect.ENABLED
Static value Enabled for HttpsRedirect.Modifier and TypeMethodDescriptionstatic HttpsRedirect
HttpsRedirect.fromString
(String name) Creates or finds a HttpsRedirect from its string representation.RouteUpdateParameters.httpsRedirect()
Get whether to automatically redirect HTTP traffic to HTTPS traffic.Modifier and TypeMethodDescriptionRouteUpdateParameters.withHttpsRedirect
(HttpsRedirect httpsRedirect) Set whether to automatically redirect HTTP traffic to HTTPS traffic.