Share via


RedisCreateOrUpdateContent.PublicNetworkAccess Property

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 Azure.ResourceManager.Redis.Models.RedisPublicNetworkAccess? PublicNetworkAccess { get; set; }
member this.PublicNetworkAccess : Nullable<Azure.ResourceManager.Redis.Models.RedisPublicNetworkAccess> with get, set
Public Property PublicNetworkAccess As Nullable(Of RedisPublicNetworkAccess)

Property Value

Applies to