Share via


SkuKind Struct

Definition

The kind of the tier

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

Fields

CapacityReservation
PerGb

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

Equals(SkuKind)

Compares values of enum type SkuKind

GetHashCode()

Returns hashCode for enum SkuKind

ToString()

Returns string representation for SkuKind

Operators

Equality(SkuKind, SkuKind)

Overriding == operator for enum SkuKind

Implicit(SkuKind to String)

Implicit operator to convert SkuKind to string

Implicit(String to SkuKind)

Implicit operator to convert string to SkuKind

Inequality(SkuKind, SkuKind)

Overriding != operator for enum SkuKind

Applies to