ForwardingProtocol Struct

Definition

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

ForwardingProtocol(String)

Initializes a new instance of ForwardingProtocol.

Properties

HttpOnly

HttpOnly.

HttpsOnly

HttpsOnly.

MatchRequest

MatchRequest.

Methods

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

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.

Applies to