ForwardProxyConvention 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.
The convention used to determine the url of the request made.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ForwardProxyConventionTypeConverter))]
public struct ForwardProxyConvention : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ForwardProxyConvention>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.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 |