共用方式為


RedisCreateParameters interface

提供給 Create Redis 作業的參數。

屬性

disableAccessKeyAuthentication

當設定為 true 時,會停用透過存取密鑰對 Redis 的驗證。 默認值為 false。

enableNonSslPort

指定是否啟用非 ssl Redis 伺服器埠 (6379)。

identity

資源的身分識別。

location

資源所在的地理位置

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-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 快取之子網的完整資源識別碼。 範例格式:/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/Microsoft。{Network|ClassicNetwork}/VirtualNetworks/vnet1/subnets/subnet1

tags

資源標籤。

tenantSettings

租用戶設定的字典

updateChannel

選擇性:指定您 Redis 快取將接收之每月 Redis 更新的更新通道。 使用 「預覽」更新通道的快取,至少比「穩定」通道快取提前 4 周取得最新的 Redis 更新。 默認值為 『Stable』。

zones

可用性區域清單,表示資源需要來自何處。

屬性詳細資料

disableAccessKeyAuthentication

當設定為 true 時,會停用透過存取密鑰對 Redis 的驗證。 默認值為 false。

disableAccessKeyAuthentication?: boolean

屬性值

boolean

enableNonSslPort

指定是否啟用非 ssl Redis 伺服器埠 (6379)。

enableNonSslPort?: boolean

屬性值

boolean

identity

資源的身分識別。

identity?: ManagedServiceIdentity

屬性值

location

資源所在的地理位置

location: string

屬性值

string

minimumTlsVersion

選擇性:要求用戶端使用指定的 TLS 版本(或更新版本)來連線(例如,'1.0'、'1.1'、'1.2')

minimumTlsVersion?: string

屬性值

string

publicNetworkAccess

是否允許此快取存取公用端點。 值為選擇性值,但如果傳入,則必須是 『Enabled』 或 'Disabled'。 如果為 『Disabled』,私人端點就是獨佔存取方法。 預設值為 'Enabled'

publicNetworkAccess?: string

屬性值

string

redisConfiguration

所有 Redis 設定。 少數可能密鑰:rdb-backup-enabled、rdb-storage-connection-string、rdb-backup-frequency、maxmemory-policy、notify-keyspace-events、aof-backup-enabled、aof-storage-connection-string-0、aof-storage-connection-string-1 等。

redisConfiguration?: RedisCommonPropertiesRedisConfiguration

屬性值

redisVersion

Redis 版本。 這的格式應該是 'major[.minor]' (只需要 'major' )或值 'latest',其指的是可用的最新穩定 Redis 版本。 支援的版本:4.0、6.0(最新版)。 預設值為 『latest』。

redisVersion?: string

屬性值

string

replicasPerMaster

要為每個主要複本建立的複本數目。

replicasPerMaster?: number

屬性值

number

replicasPerPrimary

要為每個主要複本建立的複本數目。

replicasPerPrimary?: number

屬性值

number

shardCount

在進階叢集快取上建立的分區數目。

shardCount?: number

屬性值

number

sku

要部署之 Redis 快取的 SKU。

sku: Sku

屬性值

Sku

staticIP

靜態IP位址。 您可以選擇性地在現有的 Azure 虛擬網路內部署 Redis 快取時指定;默認為自動指派。

staticIP?: string

屬性值

string

subnetId

虛擬網路中要部署 Redis 快取之子網的完整資源識別碼。 範例格式:/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/Microsoft。{Network|ClassicNetwork}/VirtualNetworks/vnet1/subnets/subnet1

subnetId?: string

屬性值

string

tags

資源標籤。

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

屬性值

{[propertyName: string]: string}

tenantSettings

租用戶設定的字典

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

屬性值

{[propertyName: string]: string}

updateChannel

選擇性:指定您 Redis 快取將接收之每月 Redis 更新的更新通道。 使用 「預覽」更新通道的快取,至少比「穩定」通道快取提前 4 周取得最新的 Redis 更新。 默認值為 『Stable』。

updateChannel?: string

屬性值

string

zones

可用性區域清單,表示資源需要來自何處。

zones?: string[]

屬性值

string[]