Share via


ExtensionOptionType Struct

Definition

Argument completer implementation for ExtensionOptionType.

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

Fields

DoNotMergeExistingReadOnlyAndSecretProperties
IncludeInternalMetadata
NotSpecified

Methods

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

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

Equals(ExtensionOptionType)

Compares values of enum type ExtensionOptionType

Equals(Object)

Compares values of enum type ExtensionOptionType (override for Object)

GetHashCode()

Returns hashCode for enum ExtensionOptionType

ToString()

Returns string representation for ExtensionOptionType

Operators

Equality(ExtensionOptionType, ExtensionOptionType)

Overriding == operator for enum ExtensionOptionType

Implicit(ExtensionOptionType to String)

Implicit operator to convert ExtensionOptionType to string

Implicit(String to ExtensionOptionType)

Implicit operator to convert string to ExtensionOptionType

Inequality(ExtensionOptionType, ExtensionOptionType)

Overriding != operator for enum ExtensionOptionType

Applies to