GeoFilterActions Struct

Definition

Action of the geo filter, i.e. allow or block access.

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

Fields

Allow
Block

Methods

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

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

Equals(GeoFilterActions)

Compares values of enum type GeoFilterActions

Equals(Object)

Compares values of enum type GeoFilterActions (override for Object)

GetHashCode()

Returns hashCode for enum GeoFilterActions

ToString()

Returns string representation for GeoFilterActions

Operators

Equality(GeoFilterActions, GeoFilterActions)

Overriding == operator for enum GeoFilterActions

Implicit(GeoFilterActions to String)

Implicit operator to convert GeoFilterActions to string

Implicit(String to GeoFilterActions)

Implicit operator to convert string to GeoFilterActions

Inequality(GeoFilterActions, GeoFilterActions)

Overriding != operator for enum GeoFilterActions

Applies to