KeyName 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.
The key to regenerate.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FluidRelay.Support.KeyNameTypeConverter))]
public struct KeyName : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.FluidRelay.Support.KeyName>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FluidRelay.Support.KeyNameTypeConverter))>]
type KeyName = struct
interface IArgumentCompleter
Public Structure KeyName
Implements IArgumentCompleter, IEquatable(Of KeyName)
- Inheritance
-
KeyName
- Attributes
- Implements
Fields
Key1 | |
Key2 |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(KeyName) |
Compares values of enum type KeyName |
Equals(Object) |
Compares values of enum type KeyName (override for Object) |
GetHashCode() |
Returns hashCode for enum KeyName |
ToString() |
Returns string representation for KeyName |
Operators
Equality(KeyName, KeyName) |
Overriding == operator for enum KeyName |
Implicit(KeyName to String) |
Implicit operator to convert KeyName to string |
Implicit(String to KeyName) |
Implicit operator to convert string to KeyName |
Inequality(KeyName, KeyName) |
Overriding != operator for enum KeyName |