ProviderStackOSType Struct

Definition

Argument completer implementation for ProviderStackOSType.

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

Fields

All
Linux
Windows

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

Equals(ProviderStackOSType)

Compares values of enum type ProviderStackOSType

GetHashCode()

Returns hashCode for enum ProviderStackOSType

ToString()

Returns string representation for ProviderStackOSType

Operators

Equality(ProviderStackOSType, ProviderStackOSType)

Overriding == operator for enum ProviderStackOSType

Implicit(ProviderStackOSType to String)

Implicit operator to convert ProviderStackOSType to string

Implicit(String to ProviderStackOSType)

Implicit operator to convert string to ProviderStackOSType

Inequality(ProviderStackOSType, ProviderStackOSType)

Overriding != operator for enum ProviderStackOSType

Applies to