Uses of Class
com.azure.resourcemanager.redis.models.PublicNetworkAccess
Packages that use PublicNetworkAccess
Package
Description
Package containing the inner data models for RedisManagementClient.
Package containing the data models for RedisManagementClient.
-
Uses of PublicNetworkAccess in com.azure.resourcemanager.redis.fluent.models
Methods in com.azure.resourcemanager.redis.fluent.models that return PublicNetworkAccessModifier and TypeMethodDescriptionRedisResourceInner.publicNetworkAccess()Get the publicNetworkAccess property: Whether or not public endpoint access is allowed for this cache.Methods in com.azure.resourcemanager.redis.fluent.models with parameters of type PublicNetworkAccessModifier and TypeMethodDescriptionRedisCreateProperties.withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess) Set the publicNetworkAccess property: Whether or not public endpoint access is allowed for this cache.RedisPropertiesInner.withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess) Set the publicNetworkAccess property: Whether or not public endpoint access is allowed for this cache.RedisResourceInner.withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess) Set the publicNetworkAccess property: Whether or not public endpoint access is allowed for this cache.RedisUpdateProperties.withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess) Set the publicNetworkAccess property: Whether or not public endpoint access is allowed for this cache. -
Uses of PublicNetworkAccess in com.azure.resourcemanager.redis.models
Fields in com.azure.resourcemanager.redis.models declared as PublicNetworkAccessModifier and TypeFieldDescriptionstatic final PublicNetworkAccessPublicNetworkAccess.DISABLEDStatic value Disabled for PublicNetworkAccess.static final PublicNetworkAccessPublicNetworkAccess.ENABLEDStatic value Enabled for PublicNetworkAccess.Methods in com.azure.resourcemanager.redis.models that return PublicNetworkAccessModifier and TypeMethodDescriptionstatic PublicNetworkAccessPublicNetworkAccess.fromString(String name) Creates or finds a PublicNetworkAccess from its string representation.RedisCache.publicNetworkAccess()Whether the redis cache can be accessed from public network.RedisCommonProperties.publicNetworkAccess()Get the publicNetworkAccess property: Whether or not public endpoint access is allowed for this cache.RedisCreateParameters.publicNetworkAccess()Get the publicNetworkAccess property: Whether or not public endpoint access is allowed for this cache.RedisUpdateParameters.publicNetworkAccess()Get the publicNetworkAccess property: Whether or not public endpoint access is allowed for this cache.Methods in com.azure.resourcemanager.redis.models that return types with arguments of type PublicNetworkAccessModifier and TypeMethodDescriptionstatic Collection<PublicNetworkAccess> PublicNetworkAccess.values()Gets known PublicNetworkAccess values.Methods in com.azure.resourcemanager.redis.models with parameters of type PublicNetworkAccessModifier and TypeMethodDescriptionRedisCommonProperties.withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess) Set the publicNetworkAccess property: Whether or not public endpoint access is allowed for this cache.RedisCreateParameters.withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess) Set the publicNetworkAccess property: Whether or not public endpoint access is allowed for this cache.RedisUpdateParameters.withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess) Set the publicNetworkAccess property: Whether or not public endpoint access is allowed for this cache.