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