Udostępnij przez


AccessKeysAuthentication Struct

Definition

This property can be Enabled/Disabled to allow or deny access with the current access keys. Can be updated even after database is created.

public readonly struct AccessKeysAuthentication : IEquatable<Azure.ResourceManager.RedisEnterprise.Models.AccessKeysAuthentication>
type AccessKeysAuthentication = struct
Public Structure AccessKeysAuthentication
Implements IEquatable(Of AccessKeysAuthentication)
Inheritance
AccessKeysAuthentication
Implements

Constructors

Name Description
AccessKeysAuthentication(String)

Initializes a new instance of AccessKeysAuthentication.

Properties

Name Description
Disabled

Disabled.

Enabled

Enabled.

Methods

Name Description
Equals(AccessKeysAuthentication)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(AccessKeysAuthentication, AccessKeysAuthentication)

Determines if two AccessKeysAuthentication values are the same.

Implicit(String to AccessKeysAuthentication)

Converts a String to a AccessKeysAuthentication.

Inequality(AccessKeysAuthentication, AccessKeysAuthentication)

Determines if two AccessKeysAuthentication values are not the same.

Applies to