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

Name Description
RedisPublicNetworkAccess(String)

Initializes a new instance of RedisPublicNetworkAccess.

Properties

Name Description
Disabled

Public internet access to the cache, via its public IP address, is disabled. Connections must use be made via private endpoints.

Enabled

Public internet access to the cache, via its public IP address, is enabled. Connections may use any network path.

Methods

Name Description
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

Name Description
Equality(RedisPublicNetworkAccess, RedisPublicNetworkAccess)

Determines if two RedisPublicNetworkAccess values are the same.

Implicit(String to Nullable<RedisPublicNetworkAccess>)
Implicit(String to RedisPublicNetworkAccess)

Converts a string to a RedisPublicNetworkAccess.

Inequality(RedisPublicNetworkAccess, RedisPublicNetworkAccess)

Determines if two RedisPublicNetworkAccess values are not the same.

Applies to