ListKeyExpand Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Argument completer implementation for ListKeyExpand.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ListKeyExpandTypeConverter))]
public struct ListKeyExpand : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ListKeyExpand>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ListKeyExpandTypeConverter))>]
type ListKeyExpand = struct
interface IArgumentCompleter
Public Structure ListKeyExpand
Implements IArgumentCompleter, IEquatable(Of ListKeyExpand)
- Inheritance
-
ListKeyExpand
- Attributes
- Implements
Fields
Kerb |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(ListKeyExpand) |
Compares values of enum type ListKeyExpand |
Equals(Object) |
Compares values of enum type ListKeyExpand (override for Object) |
GetHashCode() |
Returns hashCode for enum ListKeyExpand |
ToString() |
Returns string representation for ListKeyExpand |
Operators
Equality(ListKeyExpand, ListKeyExpand) |
Overriding == operator for enum ListKeyExpand |
Implicit(ListKeyExpand to String) |
Implicit operator to convert ListKeyExpand to string |
Implicit(String to ListKeyExpand) |
Implicit operator to convert string to ListKeyExpand |
Inequality(ListKeyExpand, ListKeyExpand) |
Overriding != operator for enum ListKeyExpand |