Share via


RedisEnterpriseCluster.PublicNetworkAccess Property

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 Azure.Provisioning.BicepValue<Azure.Provisioning.RedisEnterprise.RedisEnterprisePublicNetworkAccess> PublicNetworkAccess { get; set; }
member this.PublicNetworkAccess : Azure.Provisioning.BicepValue<Azure.Provisioning.RedisEnterprise.RedisEnterprisePublicNetworkAccess> with get, set
Public Property PublicNetworkAccess As BicepValue(Of RedisEnterprisePublicNetworkAccess)

Property Value

Applies to