EnvironmentOutputType Struct

Definition

Type of the output value

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

Fields

Array

The output is an array of values.

Boolean

The output is a boolean value.

Number

The output is a number value.

Object

The output is an object value.

String

The output is a string value.

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(EnvironmentOutputType)

Compares values of enum type EnvironmentOutputType

Equals(Object)

Compares values of enum type EnvironmentOutputType (override for Object)

GetHashCode()

Returns hashCode for enum EnvironmentOutputType

ToString()

Returns string representation for EnvironmentOutputType

Operators

Equality(EnvironmentOutputType, EnvironmentOutputType)

Overriding == operator for enum EnvironmentOutputType

Implicit(EnvironmentOutputType to String)

Implicit operator to convert EnvironmentOutputType to string

Implicit(String to EnvironmentOutputType)

Implicit operator to convert string to EnvironmentOutputType

Inequality(EnvironmentOutputType, EnvironmentOutputType)

Overriding != operator for enum EnvironmentOutputType

Applies to