ParameterType Struct

Definition

The parameter type.

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

Fields

Array
Bool
Float
Int
NotSpecified
Object
SecureObject
SecureString
String

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

Equals(ParameterType)

Compares values of enum type ParameterType

GetHashCode()

Returns hashCode for enum ParameterType

ToString()

Returns string representation for ParameterType

Operators

Equality(ParameterType, ParameterType)

Overriding == operator for enum ParameterType

Implicit(ParameterType to String)

Implicit operator to convert ParameterType to string

Implicit(String to ParameterType)

Implicit operator to convert string to ParameterType

Inequality(ParameterType, ParameterType)

Overriding != operator for enum ParameterType

Applies to