FrontDoorRedirectProtocol 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.
The protocol of the destination to where the traffic is redirected.
public readonly struct FrontDoorRedirectProtocol : IEquatable<Azure.ResourceManager.FrontDoor.Models.FrontDoorRedirectProtocol>
type FrontDoorRedirectProtocol = struct
Public Structure FrontDoorRedirectProtocol
Implements IEquatable(Of FrontDoorRedirectProtocol)
- Inheritance
-
FrontDoorRedirectProtocol
- Implements
Constructors
FrontDoorRedirectProtocol(String) |
Initializes a new instance of FrontDoorRedirectProtocol. |
Properties
HttpOnly |
HttpOnly. |
HttpsOnly |
HttpsOnly. |
MatchRequest |
MatchRequest. |
Methods
Equals(FrontDoorRedirectProtocol) |
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
Equality(FrontDoorRedirectProtocol, FrontDoorRedirectProtocol) |
Determines if two FrontDoorRedirectProtocol values are the same. |
Implicit(String to FrontDoorRedirectProtocol) |
Converts a string to a FrontDoorRedirectProtocol. |
Inequality(FrontDoorRedirectProtocol, FrontDoorRedirectProtocol) |
Determines if two FrontDoorRedirectProtocol values are not the same. |
Applies to
Azure SDK for .NET