FrontDoorForwardingProtocol Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Protocol this rule will use when forwarding traffic to backends.
public enum FrontDoorForwardingProtocol
type FrontDoorForwardingProtocol =
Public Enum FrontDoorForwardingProtocol
- Inheritance
-
FrontDoorForwardingProtocol
Fields
| Name | Value | Description |
|---|---|---|
| HttpOnly | 0 | HttpOnly. |
| HttpsOnly | 1 | HttpsOnly. |
| MatchRequest | 2 | MatchRequest. |