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