Uses of Class
com.azure.resourcemanager.redis.models.PublicNetworkAccess
-
Packages that use PublicNetworkAccess Package Description com.azure.resourcemanager.redis.fluent.models Package containing the inner data models for RedisManagementClient.com.azure.resourcemanager.redis.models 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 PublicNetworkAccess Modifier and Type Method Description PublicNetworkAccessRedisResourceInner. 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 PublicNetworkAccess Modifier and Type Method Description RedisCreatePropertiesRedisCreateProperties. withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess)Set the publicNetworkAccess property: Whether or not public endpoint access is allowed for this cache.RedisPropertiesInnerRedisPropertiesInner. withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess)Set the publicNetworkAccess property: Whether or not public endpoint access is allowed for this cache.RedisResourceInnerRedisResourceInner. withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess)Set the publicNetworkAccess property: Whether or not public endpoint access is allowed for this cache.RedisUpdatePropertiesRedisUpdateProperties. 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 PublicNetworkAccess Modifier and Type Field Description static PublicNetworkAccessPublicNetworkAccess. DISABLEDStatic value Disabled for PublicNetworkAccess.static PublicNetworkAccessPublicNetworkAccess. ENABLEDStatic value Enabled for PublicNetworkAccess.Methods in com.azure.resourcemanager.redis.models that return PublicNetworkAccess Modifier and Type Method Description static PublicNetworkAccessPublicNetworkAccess. fromString(String name)Creates or finds a PublicNetworkAccess from its string representation.PublicNetworkAccessRedisCommonProperties. publicNetworkAccess()Get the publicNetworkAccess property: Whether or not public endpoint access is allowed for this cache.PublicNetworkAccessRedisCreateParameters. publicNetworkAccess()Get the publicNetworkAccess property: Whether or not public endpoint access is allowed for this cache.PublicNetworkAccessRedisUpdateParameters. 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 PublicNetworkAccess Modifier and Type Method Description static Collection<PublicNetworkAccess>PublicNetworkAccess. values()Methods in com.azure.resourcemanager.redis.models with parameters of type PublicNetworkAccess Modifier and Type Method Description RedisCommonPropertiesRedisCommonProperties. withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess)Set the publicNetworkAccess property: Whether or not public endpoint access is allowed for this cache.RedisCreateParametersRedisCreateParameters. withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess)Set the publicNetworkAccess property: Whether or not public endpoint access is allowed for this cache.RedisUpdateParametersRedisUpdateParameters. withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess)Set the publicNetworkAccess property: Whether or not public endpoint access is allowed for this cache.
-