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.
[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 |