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

Microsoft.Cache redisEnterprise 2022-01-01

Bicep 资源定义

可以使用目标操作部署 redisEnterprise 资源类型:

有关每个 API 版本中已更改属性的列表,请参阅 更改日志

资源格式

若要创建 Microsoft.Cache/redisEnterprise 资源,请将以下 Bicep 添加到模板。

resource symbolicname 'Microsoft.Cache/redisEnterprise@2022-01-01' = {
  location: 'string'
  name: 'string'
  properties: {
    minimumTlsVersion: 'string'
  }
  sku: {
    capacity: int
    name: 'string'
  }
  tags: {
    {customized property}: 'string'
  }
  zones: [
    'string'
  ]
}

属性值

ClusterProperties

名字 描述 价值
minimumTlsVersion 要支持的群集的最低 TLS 版本,例如“1.2” '1.0'
'1.1'
'1.2'

Microsoft.Cache/redisEnterprise

名字 描述 价值
位置 资源所在的地理位置 string (必需)
名字 资源名称 string (必需)
性能 群集的其他属性。 ClusterProperties
sku 要创建的 SKU 会影响价格、性能和功能。 Sku(必需)
标签 资源标记 标记名称和值的字典。 请参阅模板 中的 标记
将部署此群集的可用性区域。 string[]

Sku

名字 描述 价值
能力 RedisEnterprise 群集的大小。 默认为 2 或 3,具体取决于 SKU。 对于企业 SKU,有效值为(2、4、6、...),对于 Flash SKU 为 (3、9、15、...)。 int
名字 要部署的 RedisEnterprise 群集的类型。 可能的值:(Enterprise_E10、EnterpriseFlash_F300等) “EnterpriseFlash_F1500”
“EnterpriseFlash_F300”
“EnterpriseFlash_F700”
“Enterprise_E10”
“Enterprise_E100”
“Enterprise_E20”
“Enterprise_E50”(必需)

TrackedResourceTags

名字 描述 价值

快速入门示例

以下快速入门示例部署此资源类型。

Bicep 文件 描述
使用 Vector DB Redis Enterprise 此模板创建一个 Redis 缓存,该缓存可用作 Vector DB,用于通过索引存储和查询嵌入。 对于此功能,Redis 搜索模块在 Azure Redis 中激活

ARM 模板资源定义

可以使用目标操作部署 redisEnterprise 资源类型:

有关每个 API 版本中已更改属性的列表,请参阅 更改日志

资源格式

若要创建 Microsoft.Cache/redisEnterprise 资源,请将以下 JSON 添加到模板。

{
  "type": "Microsoft.Cache/redisEnterprise",
  "apiVersion": "2022-01-01",
  "name": "string",
  "location": "string",
  "properties": {
    "minimumTlsVersion": "string"
  },
  "sku": {
    "capacity": "int",
    "name": "string"
  },
  "tags": {
    "{customized property}": "string"
  },
  "zones": [ "string" ]
}

属性值

ClusterProperties

名字 描述 价值
minimumTlsVersion 要支持的群集的最低 TLS 版本,例如“1.2” '1.0'
'1.1'
'1.2'

Microsoft.Cache/redisEnterprise

名字 描述 价值
apiVersion API 版本 '2022-01-01'
位置 资源所在的地理位置 string (必需)
名字 资源名称 string (必需)
性能 群集的其他属性。 ClusterProperties
sku 要创建的 SKU 会影响价格、性能和功能。 Sku(必需)
标签 资源标记 标记名称和值的字典。 请参阅模板 中的 标记
类型 资源类型 “Microsoft.Cache/redisEnterprise”
将部署此群集的可用性区域。 string[]

Sku

名字 描述 价值
能力 RedisEnterprise 群集的大小。 默认为 2 或 3,具体取决于 SKU。 对于企业 SKU,有效值为(2、4、6、...),对于 Flash SKU 为 (3、9、15、...)。 int
名字 要部署的 RedisEnterprise 群集的类型。 可能的值:(Enterprise_E10、EnterpriseFlash_F300等) “EnterpriseFlash_F1500”
“EnterpriseFlash_F300”
“EnterpriseFlash_F700”
“Enterprise_E10”
“Enterprise_E100”
“Enterprise_E20”
“Enterprise_E50”(必需)

TrackedResourceTags

名字 描述 价值

快速入门模板

以下快速入门模板部署此资源类型。

模板 描述
使用 Vector DB Redis Enterprise

部署到 Azure
此模板创建一个 Redis 缓存,该缓存可用作 Vector DB,用于通过索引存储和查询嵌入。 对于此功能,Redis 搜索模块在 Azure Redis 中激活

Terraform (AzAPI 提供程序)资源定义

可以使用目标操作部署 redisEnterprise 资源类型:

  • 资源组

有关每个 API 版本中已更改属性的列表,请参阅 更改日志

资源格式

若要创建 Microsoft.Cache/redisEnterprise 资源,请将以下 Terraform 添加到模板。

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.Cache/redisEnterprise@2022-01-01"
  name = "string"
  location = "string"
  sku = {
    capacity = int
    name = "string"
  }
  tags = {
    {customized property} = "string"
  }
  zones = [
    "string"
  ]
  body = jsonencode({
    properties = {
      minimumTlsVersion = "string"
    }
  })
}

属性值

ClusterProperties

名字 描述 价值
minimumTlsVersion 要支持的群集的最低 TLS 版本,例如“1.2” '1.0'
'1.1'
'1.2'

Microsoft.Cache/redisEnterprise

名字 描述 价值
位置 资源所在的地理位置 string (必需)
名字 资源名称 string (必需)
性能 群集的其他属性。 ClusterProperties
sku 要创建的 SKU 会影响价格、性能和功能。 Sku(必需)
标签 资源标记 标记名称和值的字典。
类型 资源类型 “Microsoft.Cache/redisEnterprise@2022-01-01”
将部署此群集的可用性区域。 string[]

Sku

名字 描述 价值
能力 RedisEnterprise 群集的大小。 默认为 2 或 3,具体取决于 SKU。 对于企业 SKU,有效值为(2、4、6、...),对于 Flash SKU 为 (3、9、15、...)。 int
名字 要部署的 RedisEnterprise 群集的类型。 可能的值:(Enterprise_E10、EnterpriseFlash_F300等) “EnterpriseFlash_F1500”
“EnterpriseFlash_F300”
“EnterpriseFlash_F700”
“Enterprise_E10”
“Enterprise_E100”
“Enterprise_E20”
“Enterprise_E50”(必需)

TrackedResourceTags

名字 描述 价值