ListViewType Struct

Definition

Argument completer implementation for ListViewType.

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

Fields

ActiveOnly
All
ArchivedOnly

Methods

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

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

Equals(ListViewType)

Compares values of enum type ListViewType

Equals(Object)

Compares values of enum type ListViewType (override for Object)

GetHashCode()

Returns hashCode for enum ListViewType

ToString()

Returns string representation for ListViewType

Operators

Equality(ListViewType, ListViewType)

Overriding == operator for enum ListViewType

Implicit(ListViewType to String)

Implicit operator to convert ListViewType to string

Implicit(String to ListViewType)

Implicit operator to convert string to ListViewType

Inequality(ListViewType, ListViewType)

Overriding != operator for enum ListViewType

Applies to