ForwardingProtocol Struct

Definition

Protocol this rule will use when forwarding traffic to backends.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.ForwardingProtocolTypeConverter))]
public struct ForwardingProtocol : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.ForwardingProtocol>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.ForwardingProtocolTypeConverter))>]
type ForwardingProtocol = struct
    interface IArgumentCompleter
Public Structure ForwardingProtocol
Implements IArgumentCompleter, IEquatable(Of ForwardingProtocol)
Inheritance
ForwardingProtocol
Attributes
Implements

Fields

HttpOnly
HttpsOnly
MatchRequest

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(ForwardingProtocol)

Compares values of enum type ForwardingProtocol

Equals(Object)

Compares values of enum type ForwardingProtocol (override for Object)

GetHashCode()

Returns hashCode for enum ForwardingProtocol

ToString()

Returns string representation for ForwardingProtocol

Operators

Equality(ForwardingProtocol, ForwardingProtocol)

Overriding == operator for enum ForwardingProtocol

Implicit(ForwardingProtocol to String)

Implicit operator to convert ForwardingProtocol to string

Implicit(String to ForwardingProtocol)

Implicit operator to convert string to ForwardingProtocol

Inequality(ForwardingProtocol, ForwardingProtocol)

Overriding != operator for enum ForwardingProtocol

Applies to