Share via


RedisEnterprisePublicNetworkAccess Enum

Definition

Whether or not public network traffic can access the Redis cluster. Only 'Enabled' or 'Disabled' can be set. null is returned only for clusters created using an old API version which do not have this property and cannot be set.

public enum RedisEnterprisePublicNetworkAccess
type RedisEnterprisePublicNetworkAccess = 
Public Enum RedisEnterprisePublicNetworkAccess
Inheritance
RedisEnterprisePublicNetworkAccess

Fields

Name Value Description
Enabled 0

Enabled.

Disabled 1

Disabled.

Applies to