Compartilhar via


StackPreferredOS Struct

Definition

Function App stack preferred OS.

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

Fields

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

Equals(StackPreferredOS)

Compares values of enum type StackPreferredOS

GetHashCode()

Returns hashCode for enum StackPreferredOS

ToString()

Returns string representation for StackPreferredOS

Operators

Equality(StackPreferredOS, StackPreferredOS)

Overriding == operator for enum StackPreferredOS

Implicit(StackPreferredOS to String)

Implicit operator to convert StackPreferredOS to string

Implicit(String to StackPreferredOS)

Implicit operator to convert string to StackPreferredOS

Inequality(StackPreferredOS, StackPreferredOS)

Overriding != operator for enum StackPreferredOS

Applies to