Compartir a través de


AccessKeyType Struct

Definition

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

Applies to