ParamIndicator Struct

Definition

Indicates the purpose of the parameter

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

Fields

Expires
KeyId
Signature

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

Equals(ParamIndicator)

Compares values of enum type ParamIndicator

GetHashCode()

Returns hashCode for enum ParamIndicator

ToString()

Returns string representation for ParamIndicator

Operators

Equality(ParamIndicator, ParamIndicator)

Overriding == operator for enum ParamIndicator

Implicit(ParamIndicator to String)

Implicit operator to convert ParamIndicator to string

Implicit(String to ParamIndicator)

Implicit operator to convert string to ParamIndicator

Inequality(ParamIndicator, ParamIndicator)

Overriding != operator for enum ParamIndicator

Applies to