Udostępnij za pośrednictwem


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

AccessKeysAuthentication(String)

Initializes a new instance of AccessKeysAuthentication.

Properties

Disabled

Disabled.

Enabled

Enabled.

Methods

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

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