AccessKeysAuthentication 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.
This property can be Enabled/Disabled to allow or deny access with the current access keys. Can be updated even after database is created.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.AccessKeysAuthenticationTypeConverter))]
public struct AccessKeysAuthentication : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.AccessKeysAuthentication>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.AccessKeysAuthenticationTypeConverter))>]
type AccessKeysAuthentication = struct
interface IArgumentCompleter
Public Structure AccessKeysAuthentication
Implements IArgumentCompleter, IEquatable(Of AccessKeysAuthentication)
- Inheritance
-
AccessKeysAuthentication
- Attributes
- Implements
Fields
Disabled | |
Enabled |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(AccessKeysAuthentication) |
Compares values of enum type AccessKeysAuthentication |
Equals(Object) |
Compares values of enum type AccessKeysAuthentication (override for Object) |
GetHashCode() |
Returns hashCode for enum AccessKeysAuthentication |
ToString() |
Returns string representation for AccessKeysAuthentication |
Operators
Equality(AccessKeysAuthentication, AccessKeysAuthentication) |
Overriding == operator for enum AccessKeysAuthentication |
Implicit(AccessKeysAuthentication to String) |
Implicit operator to convert AccessKeysAuthentication to string |
Implicit(String to AccessKeysAuthentication) |
Implicit operator to convert string to AccessKeysAuthentication |
Inequality(AccessKeysAuthentication, AccessKeysAuthentication) |
Overriding != operator for enum AccessKeysAuthentication |