Uses of Class
com.azure.resourcemanager.frontdoor.models.FrontDoorForwardingProtocol
Packages that use FrontDoorForwardingProtocol
Package
Description
Package containing the data models for FrontDoorManagementClient.
-
Uses of FrontDoorForwardingProtocol in com.azure.resourcemanager.frontdoor.models
Fields in com.azure.resourcemanager.frontdoor.models declared as FrontDoorForwardingProtocolModifier and TypeFieldDescriptionstatic final FrontDoorForwardingProtocolFrontDoorForwardingProtocol.HTTP_ONLYStatic value HttpOnly for FrontDoorForwardingProtocol.static final FrontDoorForwardingProtocolFrontDoorForwardingProtocol.HTTPS_ONLYStatic value HttpsOnly for FrontDoorForwardingProtocol.static final FrontDoorForwardingProtocolFrontDoorForwardingProtocol.MATCH_REQUESTStatic value MatchRequest for FrontDoorForwardingProtocol.Methods in com.azure.resourcemanager.frontdoor.models that return FrontDoorForwardingProtocolModifier and TypeMethodDescriptionForwardingConfiguration.forwardingProtocol()Get the forwardingProtocol property: Protocol this rule will use when forwarding traffic to backends.static FrontDoorForwardingProtocolFrontDoorForwardingProtocol.fromString(String name) Creates or finds a FrontDoorForwardingProtocol from its string representation.Methods in com.azure.resourcemanager.frontdoor.models that return types with arguments of type FrontDoorForwardingProtocolModifier and TypeMethodDescriptionFrontDoorForwardingProtocol.values()Gets known FrontDoorForwardingProtocol values.Methods in com.azure.resourcemanager.frontdoor.models with parameters of type FrontDoorForwardingProtocolModifier and TypeMethodDescriptionForwardingConfiguration.withForwardingProtocol(FrontDoorForwardingProtocol forwardingProtocol) Set the forwardingProtocol property: Protocol this rule will use when forwarding traffic to backends.