Share via


SkuScaleType Struct

Definition

Argument completer implementation for SkuScaleType.

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

Fields

Automatic
Manual
None

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

Equals(SkuScaleType)

Compares values of enum type SkuScaleType

GetHashCode()

Returns hashCode for enum SkuScaleType

ToString()

Returns string representation for SkuScaleType

Operators

Equality(SkuScaleType, SkuScaleType)

Overriding == operator for enum SkuScaleType

Implicit(SkuScaleType to String)

Implicit operator to convert SkuScaleType to string

Implicit(String to SkuScaleType)

Implicit operator to convert string to SkuScaleType

Inequality(SkuScaleType, SkuScaleType)

Overriding != operator for enum SkuScaleType

Applies to