| 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.
|
| Modifier and Type | Method and Description |
|---|---|
PublicNetworkAccess |
RedisResourceInner.publicNetworkAccess()
Get the publicNetworkAccess property: Whether or not public endpoint access is allowed for this cache.
|
| Modifier and Type | Method and Description |
|---|---|
RedisCreateProperties |
RedisCreateProperties.withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess)
Set the publicNetworkAccess property: Whether or not public endpoint access is allowed for this cache.
|
RedisResourceInner |
RedisResourceInner.withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess)
Set the publicNetworkAccess property: Whether or not public endpoint access is allowed for this cache.
|
RedisUpdateProperties |
RedisUpdateProperties.withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess)
Set the publicNetworkAccess property: Whether or not public endpoint access is allowed for this cache.
|
RedisPropertiesInner |
RedisPropertiesInner.withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess)
Set the publicNetworkAccess property: Whether or not public endpoint access is allowed for this cache.
|
| Modifier and Type | Field and Description |
|---|---|
static PublicNetworkAccess |
PublicNetworkAccess.DISABLED
Static value Disabled for PublicNetworkAccess.
|
static PublicNetworkAccess |
PublicNetworkAccess.ENABLED
Static value Enabled for PublicNetworkAccess.
|
| Modifier and Type | Method and Description |
|---|---|
static PublicNetworkAccess |
PublicNetworkAccess.fromString(String name)
Creates or finds a PublicNetworkAccess from its string representation.
|
PublicNetworkAccess |
RedisUpdateParameters.publicNetworkAccess()
Get the publicNetworkAccess property: Whether or not public endpoint access is allowed for this cache.
|
PublicNetworkAccess |
RedisCreateParameters.publicNetworkAccess()
Get the publicNetworkAccess property: Whether or not public endpoint access is allowed for this cache.
|
PublicNetworkAccess |
RedisCommonProperties.publicNetworkAccess()
Get the publicNetworkAccess property: Whether or not public endpoint access is allowed for this cache.
|
| Modifier and Type | Method and Description |
|---|---|
RedisUpdateParameters |
RedisUpdateParameters.withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess)
Set the publicNetworkAccess property: Whether or not public endpoint access is allowed for this cache.
|
RedisCreateParameters |
RedisCreateParameters.withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess)
Set the publicNetworkAccess property: Whether or not public endpoint access is allowed for this cache.
|
RedisCommonProperties |
RedisCommonProperties.withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess)
Set the publicNetworkAccess property: Whether or not public endpoint access is allowed for this cache.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.