你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

RedisProperties interface

redis 缓存的属性。

扩展

属性

accessKeys

Redis 缓存的键 - 如果此对象不是创建或更新 redis 缓存注释的响应,则不会设置:此属性不会序列化。 它只能由服务器填充。

hostName

Redis 主机名。 注意:此属性不会序列化。 它只能由服务器填充。

instances

与缓存 NOTE 关联的 Redis 实例列表:此属性不会序列化。 它只能由服务器填充。

linkedServers

与缓存说明关联的链接服务器列表:此属性不会序列化。 它只能由服务器填充。

port

Redis 非 SSL 端口。 注意:此属性不会序列化。 它只能由服务器填充。

privateEndpointConnections

与指定的 redis 缓存相关的专用终结点连接列表注意:此属性不会序列化。 它只能由服务器填充。

provisioningState

Redis 实例预配状态。 注意:此属性不会序列化。 它只能由服务器填充。

sslPort

Redis SSL 端口。 注意:此属性不会序列化。 它只能由服务器填充。

继承属性

disableAccessKeyAuthentication

如果设置为 true,则会禁用通过访问密钥向 Redis 进行身份验证。 默认值为 false。

enableNonSslPort

指定是否启用非 ssl Redis 服务器端口(6379)。

minimumTlsVersion

可选:要求客户端使用指定的 TLS 版本(或更高版本)进行连接(例如,“1.0”、“1.1”、“1.2”)

publicNetworkAccess

是否允许对此缓存使用公共终结点访问。 值是可选的,但如果传入,则必须为“Enabled”或“Disabled”。 如果为“Disabled”,则专用终结点是独占访问方法。 默认值为“Enabled”

redisConfiguration

所有 Redis 设置。 很少有可能的密钥:rdb-backup-enabled、rdb-storage-connection-string、rdb-backup-frequency、maxmemory-delta、maxmemory-policy、notify-keyspace-events、aof-backup-enabled、aof-storage-connection-string-0、aof-storage-connection-string-1 等。

redisVersion

Redis 版本。 这应采用“major[.minor]”(仅需要“major”)或值“latest”,该值引用可用的最新稳定 Redis 版本。 支持的版本:4.0、6.0(最新版)。 默认值为“latest”。

replicasPerMaster

要为每个主要副本创建的副本数。

replicasPerPrimary

要为每个主要副本创建的副本数。

shardCount

在高级群集缓存上创建的分片数。

sku

要部署的 Redis 缓存的 SKU。

staticIP

静态 IP 地址。 (可选)在现有 Azure 虚拟网络中部署 Redis 缓存时可以指定;默认情况下自动分配。

subnetId

要在其中部署 Redis 缓存的虚拟网络中子网的完整资源 ID。 示例格式:/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/Microsoft。{Network|ClassicNetwork}/VirtualNetworks/vnet1/subnets/subnet1

tenantSettings

租户设置字典

updateChannel

可选:指定 Redis 缓存将接收的每月 Redis 更新的更新通道。 使用“预览”更新通道的缓存在“稳定”通道缓存之前至少提前 4 周获取最新的 Redis 更新。 默认值为“Stable”。

属性详细信息

accessKeys

Redis 缓存的键 - 如果此对象不是创建或更新 redis 缓存注释的响应,则不会设置:此属性不会序列化。 它只能由服务器填充。

accessKeys?: RedisAccessKeys

属性值

hostName

Redis 主机名。 注意:此属性不会序列化。 它只能由服务器填充。

hostName?: string

属性值

string

instances

与缓存 NOTE 关联的 Redis 实例列表:此属性不会序列化。 它只能由服务器填充。

instances?: RedisInstanceDetails[]

属性值

linkedServers

与缓存说明关联的链接服务器列表:此属性不会序列化。 它只能由服务器填充。

linkedServers?: RedisLinkedServer[]

属性值

port

Redis 非 SSL 端口。 注意:此属性不会序列化。 它只能由服务器填充。

port?: number

属性值

number

privateEndpointConnections

与指定的 redis 缓存相关的专用终结点连接列表注意:此属性不会序列化。 它只能由服务器填充。

privateEndpointConnections?: PrivateEndpointConnection[]

属性值

provisioningState

Redis 实例预配状态。 注意:此属性不会序列化。 它只能由服务器填充。

provisioningState?: string

属性值

string

sslPort

Redis SSL 端口。 注意:此属性不会序列化。 它只能由服务器填充。

sslPort?: number

属性值

number

继承属性详细信息

disableAccessKeyAuthentication

如果设置为 true,则会禁用通过访问密钥向 Redis 进行身份验证。 默认值为 false。

disableAccessKeyAuthentication?: boolean

属性值

boolean

继承自RedisCreateProperties.disableAccessKeyAuthentication

enableNonSslPort

指定是否启用非 ssl Redis 服务器端口(6379)。

enableNonSslPort?: boolean

属性值

boolean

继承自RedisCreateProperties.enableNonSslPort

minimumTlsVersion

可选:要求客户端使用指定的 TLS 版本(或更高版本)进行连接(例如,“1.0”、“1.1”、“1.2”)

minimumTlsVersion?: string

属性值

string

继承自RedisCreateProperties.minimumTlsVersion

publicNetworkAccess

是否允许对此缓存使用公共终结点访问。 值是可选的,但如果传入,则必须为“Enabled”或“Disabled”。 如果为“Disabled”,则专用终结点是独占访问方法。 默认值为“Enabled”

publicNetworkAccess?: string

属性值

string

继承自RedisCreateProperties.publicNetworkAccess

redisConfiguration

所有 Redis 设置。 很少有可能的密钥:rdb-backup-enabled、rdb-storage-connection-string、rdb-backup-frequency、maxmemory-delta、maxmemory-policy、notify-keyspace-events、aof-backup-enabled、aof-storage-connection-string-0、aof-storage-connection-string-1 等。

redisConfiguration?: RedisCommonPropertiesRedisConfiguration

属性值

继承自RedisCreateProperties.redisConfiguration

redisVersion

Redis 版本。 这应采用“major[.minor]”(仅需要“major”)或值“latest”,该值引用可用的最新稳定 Redis 版本。 支持的版本:4.0、6.0(最新版)。 默认值为“latest”。

redisVersion?: string

属性值

string

继承自RedisCreateProperties.redisVersion

replicasPerMaster

要为每个主要副本创建的副本数。

replicasPerMaster?: number

属性值

number

继承自RedisCreateProperties.replicasPerMaster

replicasPerPrimary

要为每个主要副本创建的副本数。

replicasPerPrimary?: number

属性值

number

继承自RedisCreateProperties.replicasPerPrimary

shardCount

在高级群集缓存上创建的分片数。

shardCount?: number

属性值

number

继承自RedisCreateProperties.shardCount

sku

要部署的 Redis 缓存的 SKU。

sku: Sku

属性值

Sku

继承自RedisCreateProperties.sku

staticIP

静态 IP 地址。 (可选)在现有 Azure 虚拟网络中部署 Redis 缓存时可以指定;默认情况下自动分配。

staticIP?: string

属性值

string

继承自RedisCreateProperties.staticIP

subnetId

要在其中部署 Redis 缓存的虚拟网络中子网的完整资源 ID。 示例格式:/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/Microsoft。{Network|ClassicNetwork}/VirtualNetworks/vnet1/subnets/subnet1

subnetId?: string

属性值

string

继承自RedisCreateProperties.subnetId

tenantSettings

租户设置字典

tenantSettings?: {[propertyName: string]: string}

属性值

{[propertyName: string]: string}

继承自RedisCreateProperties.tenantSettings

updateChannel

可选:指定 Redis 缓存将接收的每月 Redis 更新的更新通道。 使用“预览”更新通道的缓存在“稳定”通道缓存之前至少提前 4 周获取最新的 Redis 更新。 默认值为“Stable”。

updateChannel?: string

属性值

string

继承自RedisCreateProperties.updateChannel