Dela via


IPFilterTag Struct

Definition

Defines what this IP filter will be used for. This is to support IP filtering on proxies.

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

Fields

Default
ServiceTag
XffProxy

Methods

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

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

Equals(IPFilterTag)

Compares values of enum type IPFilterTag

Equals(Object)

Compares values of enum type IPFilterTag (override for Object)

GetHashCode()

Returns hashCode for enum IPFilterTag

ToString()

Returns string representation for IPFilterTag

Operators

Equality(IPFilterTag, IPFilterTag)

Overriding == operator for enum IPFilterTag

Implicit(IPFilterTag to String)

Implicit operator to convert IPFilterTag to string

Implicit(String to IPFilterTag)

Implicit operator to convert string to IPFilterTag

Inequality(IPFilterTag, IPFilterTag)

Overriding != operator for enum IPFilterTag

Applies to