Uses of Class
com.microsoft.azure.management.cdn.HttpsRedirect
Packages that use HttpsRedirect
Package
Description
This package contains the classes for CdnManagementClient.
-
Uses of HttpsRedirect in com.microsoft.azure.management.cdn
Fields in com.microsoft.azure.management.cdn declared as HttpsRedirectModifier and TypeFieldDescriptionstatic final HttpsRedirect
HttpsRedirect.DISABLED
Static value Disabled for HttpsRedirect.static final HttpsRedirect
HttpsRedirect.ENABLED
Static value Enabled for HttpsRedirect.Methods in com.microsoft.azure.management.cdn that return HttpsRedirectModifier 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.Methods in com.microsoft.azure.management.cdn that return types with arguments of type HttpsRedirectMethods in com.microsoft.azure.management.cdn with parameters of type HttpsRedirectModifier and TypeMethodDescriptionRouteUpdateParameters.withHttpsRedirect
(HttpsRedirect httpsRedirect) Set whether to automatically redirect HTTP traffic to HTTPS traffic.