Share via


SupportedFilterTypes Struct

Definition

Type of product filter.

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

Fields

DoubleEncryptionStatus

Double encryption status

ShipToCountries

Ship to country

Methods

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

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

Equals(Object)

Compares values of enum type SupportedFilterTypes (override for Object)

Equals(SupportedFilterTypes)

Compares values of enum type SupportedFilterTypes

GetHashCode()

Returns hashCode for enum SupportedFilterTypes

ToString()

Returns string representation for SupportedFilterTypes

Operators

Equality(SupportedFilterTypes, SupportedFilterTypes)

Overriding == operator for enum SupportedFilterTypes

Implicit(String to SupportedFilterTypes)

Implicit operator to convert string to SupportedFilterTypes

Implicit(SupportedFilterTypes to String)

Implicit operator to convert SupportedFilterTypes to string

Inequality(SupportedFilterTypes, SupportedFilterTypes)

Overriding != operator for enum SupportedFilterTypes

Applies to