Freigeben über


FrontDoorRedirectProtocol Struct

Definition

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

Name Description
FrontDoorRedirectProtocol(String)

Initializes a new instance of FrontDoorRedirectProtocol.

Properties

Name Description
HttpOnly

HttpOnly.

HttpsOnly

HttpsOnly.

MatchRequest

MatchRequest.

Methods

Name Description
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

Name Description
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