Uses of Class
com.azure.resourcemanager.cdn.models.RedirectType
Packages that use RedirectType
Package
Description
Package containing the data models for CdnManagementClient.
-
Uses of RedirectType in com.azure.resourcemanager.cdn.models
Subclasses with type arguments of type RedirectType in com.azure.resourcemanager.cdn.modelsModifier and TypeClassDescriptionfinal classThe redirect type the rule will use when redirecting traffic.Fields in com.azure.resourcemanager.cdn.models declared as RedirectTypeModifier and TypeFieldDescriptionstatic final RedirectTypeRedirectType.FOUNDStatic value Found for RedirectType.static final RedirectTypeRedirectType.MOVEDStatic value Moved for RedirectType.static final RedirectTypeRedirectType.PERMANENT_REDIRECTStatic value PermanentRedirect for RedirectType.static final RedirectTypeRedirectType.TEMPORARY_REDIRECTStatic value TemporaryRedirect for RedirectType.Methods in com.azure.resourcemanager.cdn.models that return RedirectTypeModifier and TypeMethodDescriptionstatic RedirectTypeRedirectType.fromString(String name) Creates or finds a RedirectType from its string representation.UrlRedirectActionParameters.redirectType()Get the redirectType property: The redirect type the rule will use when redirecting traffic.Methods in com.azure.resourcemanager.cdn.models that return types with arguments of type RedirectTypeModifier and TypeMethodDescriptionstatic Collection<RedirectType> RedirectType.values()Gets known RedirectType values.Methods in com.azure.resourcemanager.cdn.models with parameters of type RedirectTypeModifier and TypeMethodDescriptionUrlRedirectActionParameters.withRedirectType(RedirectType redirectType) Set the redirectType property: The redirect type the rule will use when redirecting traffic.