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