Share via


RedisPublicNetworkAccess Struct

Definition

Whether or not public endpoint access is allowed for this cache. Value is optional but if passed in, must be 'Enabled' or 'Disabled'. If 'Disabled', private endpoints are the exclusive access method. Default value is 'Enabled'.

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

Constructors

RedisPublicNetworkAccess(String)

Initializes a new instance of RedisPublicNetworkAccess.

Properties

Disabled

Disabled.

Enabled

Enabled.

Methods

Equals(RedisPublicNetworkAccess)

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(RedisPublicNetworkAccess, RedisPublicNetworkAccess)

Determines if two RedisPublicNetworkAccess values are the same.

Implicit(String to RedisPublicNetworkAccess)

Converts a string to a RedisPublicNetworkAccess.

Inequality(RedisPublicNetworkAccess, RedisPublicNetworkAccess)

Determines if two RedisPublicNetworkAccess values are not the same.

Applies to