Uses of Class
com.azure.resourcemanager.cdn.models.HttpsRedirect
Packages that use HttpsRedirect
Package
Description
Package containing the inner data models for CdnManagementClient.
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 HttpsRedirectModifier and TypeMethodDescriptionRouteInner.httpsRedirect()Get the httpsRedirect property: Whether to automatically redirect HTTP traffic to HTTPS traffic.RouteUpdatePropertiesParameters.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 HttpsRedirectModifier and TypeMethodDescriptionRouteInner.withHttpsRedirect(HttpsRedirect httpsRedirect) Set the httpsRedirect property: Whether to automatically redirect HTTP traffic to HTTPS traffic.RouteProperties.withHttpsRedirect(HttpsRedirect httpsRedirect) Set the httpsRedirect property: Whether to automatically redirect HTTP traffic to HTTPS traffic.RouteUpdatePropertiesParameters.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
Subclasses with type arguments of type HttpsRedirect in com.azure.resourcemanager.cdn.modelsModifier and TypeClassDescriptionfinal classWhether to automatically redirect HTTP traffic to HTTPS traffic.Fields in com.azure.resourcemanager.cdn.models declared as HttpsRedirectModifier and TypeFieldDescriptionstatic final HttpsRedirectHttpsRedirect.DISABLEDStatic value Disabled for HttpsRedirect.static final HttpsRedirectHttpsRedirect.ENABLEDStatic value Enabled for HttpsRedirect.Methods in com.azure.resourcemanager.cdn.models that return HttpsRedirectModifier and TypeMethodDescriptionstatic HttpsRedirectHttpsRedirect.fromString(String name) Creates or finds a HttpsRedirect from its string representation.RouteUpdateParameters.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 HttpsRedirectModifier and TypeMethodDescriptionstatic Collection<HttpsRedirect> HttpsRedirect.values()Gets known HttpsRedirect values.Methods in com.azure.resourcemanager.cdn.models with parameters of type HttpsRedirectModifier and TypeMethodDescriptionRouteUpdateParameters.withHttpsRedirect(HttpsRedirect httpsRedirect) Set the httpsRedirect property: Whether to automatically redirect HTTP traffic to HTTPS traffic.