Share via


SupportTier Struct

Definition

Type of support for content item

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

Fields

Community
Microsoft
Partner

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 SupportTier (override for Object)

Equals(SupportTier)

Compares values of enum type SupportTier

GetHashCode()

Returns hashCode for enum SupportTier

ToString()

Returns string representation for SupportTier

Operators

Equality(SupportTier, SupportTier)

Overriding == operator for enum SupportTier

Implicit(String to SupportTier)

Implicit operator to convert string to SupportTier

Implicit(SupportTier to String)

Implicit operator to convert SupportTier to string

Inequality(SupportTier, SupportTier)

Overriding != operator for enum SupportTier

Applies to