Uses of Class
com.azure.resourcemanager.cdn.models.HttpsRedirect
-
Packages that use HttpsRedirect 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. -
-
Uses of HttpsRedirect in com.azure.resourcemanager.cdn.fluent.models
Methods in com.azure.resourcemanager.cdn.fluent.models that return HttpsRedirect Modifier and Type Method Description HttpsRedirectRouteInner. httpsRedirect()Get the httpsRedirect property: Whether to automatically redirect HTTP traffic to HTTPS traffic.Methods in com.azure.resourcemanager.cdn.fluent.models with parameters of type HttpsRedirect Modifier and Type Method Description RouteInnerRouteInner. withHttpsRedirect(HttpsRedirect httpsRedirect)Set the httpsRedirect property: Whether to automatically redirect HTTP traffic to HTTPS traffic. -
Uses of HttpsRedirect in com.azure.resourcemanager.cdn.models
Fields in com.azure.resourcemanager.cdn.models declared as HttpsRedirect Modifier and Type Field Description static HttpsRedirectHttpsRedirect. DISABLEDStatic value Disabled for HttpsRedirect.static HttpsRedirectHttpsRedirect. ENABLEDStatic value Enabled for HttpsRedirect.Methods in com.azure.resourcemanager.cdn.models that return HttpsRedirect Modifier and Type Method Description static HttpsRedirectHttpsRedirect. fromString(String name)Creates or finds a HttpsRedirect from its string representation.HttpsRedirectRouteUpdateParameters. httpsRedirect()Get the httpsRedirect property: Whether to automatically redirect HTTP traffic to HTTPS traffic.HttpsRedirectRouteUpdatePropertiesParameters. httpsRedirect()Get the httpsRedirect property: Whether to automatically redirect HTTP traffic to HTTPS traffic.Methods in com.azure.resourcemanager.cdn.models that return types with arguments of type HttpsRedirect Modifier and Type Method Description static Collection<HttpsRedirect>HttpsRedirect. values()Methods in com.azure.resourcemanager.cdn.models with parameters of type HttpsRedirect Modifier and Type Method Description RoutePropertiesRouteProperties. withHttpsRedirect(HttpsRedirect httpsRedirect)Set the httpsRedirect property: Whether to automatically redirect HTTP traffic to HTTPS traffic.RouteUpdateParametersRouteUpdateParameters. withHttpsRedirect(HttpsRedirect httpsRedirect)Set the httpsRedirect property: Whether to automatically redirect HTTP traffic to HTTPS traffic.RouteUpdatePropertiesParametersRouteUpdatePropertiesParameters. withHttpsRedirect(HttpsRedirect httpsRedirect)Set the httpsRedirect property: Whether to automatically redirect HTTP traffic to HTTPS traffic.
-