ForwardingProtocol Struct
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 readonly struct ForwardingProtocol : IEquatable<Azure.ResourceManager.Cdn.Models.ForwardingProtocol>
type ForwardingProtocol = struct
Public Structure ForwardingProtocol
Implements IEquatable(Of ForwardingProtocol)
- Inheritance
-
ForwardingProtocol
- Implements
Constructors
| Name | Description |
|---|---|
| ForwardingProtocol(String) |
Initializes a new instance of ForwardingProtocol. |
Properties
| Name | Description |
|---|---|
| HttpOnly |
HttpOnly. |
| HttpsOnly |
HttpsOnly. |
| MatchRequest |
MatchRequest. |
Methods
| Name | Description |
|---|---|
| Equals(ForwardingProtocol) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(ForwardingProtocol, ForwardingProtocol) |
Determines if two ForwardingProtocol values are the same. |
| Implicit(String to ForwardingProtocol) |
Converts a String to a ForwardingProtocol. |
| Inequality(ForwardingProtocol, ForwardingProtocol) |
Determines if two ForwardingProtocol values are not the same. |