Delen via


ForwardProxyConvention Struct

Definition

The convention used to determine the url of the request made.

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

Fields

Custom
NoProxy
Standard

Methods

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

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

Equals(ForwardProxyConvention)

Compares values of enum type ForwardProxyConvention

Equals(Object)

Compares values of enum type ForwardProxyConvention (override for Object)

GetHashCode()

Returns hashCode for enum ForwardProxyConvention

ToString()

Returns string representation for ForwardProxyConvention

Operators

Equality(ForwardProxyConvention, ForwardProxyConvention)

Overriding == operator for enum ForwardProxyConvention

Implicit(ForwardProxyConvention to String)

Implicit operator to convert ForwardProxyConvention to string

Implicit(String to ForwardProxyConvention)

Implicit operator to convert string to ForwardProxyConvention

Inequality(ForwardProxyConvention, ForwardProxyConvention)

Overriding != operator for enum ForwardProxyConvention

Applies to