KnownPublicNetworkAccess enum
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'
Fields
| 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. |