次の方法で共有


RedisUpdateParameters コンストラクター

定義

オーバーロード

RedisUpdateParameters()

RedisUpdateParameters クラスの新しいインスタンスを初期化します。

RedisUpdateParameters(RedisCommonPropertiesRedisConfiguration, String, Nullable<Boolean>, Nullable<Int32>, Nullable<Int32>, IDictionary<String,String>, Nullable<Int32>, String, String, Sku, IDictionary<String,String>, ManagedServiceIdentity)

RedisUpdateParameters クラスの新しいインスタンスを初期化します。

RedisUpdateParameters()

RedisUpdateParameters クラスの新しいインスタンスを初期化します。

public RedisUpdateParameters ();
Public Sub New ()

適用対象

RedisUpdateParameters(RedisCommonPropertiesRedisConfiguration, String, Nullable<Boolean>, Nullable<Int32>, Nullable<Int32>, IDictionary<String,String>, Nullable<Int32>, String, String, Sku, IDictionary<String,String>, ManagedServiceIdentity)

RedisUpdateParameters クラスの新しいインスタンスを初期化します。

public RedisUpdateParameters (Microsoft.Azure.Management.Redis.Models.RedisCommonPropertiesRedisConfiguration redisConfiguration = default, string redisVersion = default, bool? enableNonSslPort = default, int? replicasPerMaster = default, int? replicasPerPrimary = default, System.Collections.Generic.IDictionary<string,string> tenantSettings = default, int? shardCount = default, string minimumTlsVersion = default, string publicNetworkAccess = default, Microsoft.Azure.Management.Redis.Models.Sku sku = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.Redis.Models.ManagedServiceIdentity identity = default);
new Microsoft.Azure.Management.Redis.Models.RedisUpdateParameters : Microsoft.Azure.Management.Redis.Models.RedisCommonPropertiesRedisConfiguration * string * Nullable<bool> * Nullable<int> * Nullable<int> * System.Collections.Generic.IDictionary<string, string> * Nullable<int> * string * string * Microsoft.Azure.Management.Redis.Models.Sku * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.Redis.Models.ManagedServiceIdentity -> Microsoft.Azure.Management.Redis.Models.RedisUpdateParameters
Public Sub New (Optional redisConfiguration As RedisCommonPropertiesRedisConfiguration = Nothing, Optional redisVersion As String = Nothing, Optional enableNonSslPort As Nullable(Of Boolean) = Nothing, Optional replicasPerMaster As Nullable(Of Integer) = Nothing, Optional replicasPerPrimary As Nullable(Of Integer) = Nothing, Optional tenantSettings As IDictionary(Of String, String) = Nothing, Optional shardCount As Nullable(Of Integer) = Nothing, Optional minimumTlsVersion As String = Nothing, Optional publicNetworkAccess As String = Nothing, Optional sku As Sku = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional identity As ManagedServiceIdentity = Nothing)

パラメーター

redisConfiguration
RedisCommonPropertiesRedisConfiguration

すべての Redis 設定。 考えられるキーの数: rdb-backup-enabled,rdb-storage-connection-string,rdb-backup-frequency,maxmemory-delta,maxmemory-policy,notify-keyspace-events,maxmemory-samples,slowlog-log-slower-than,slowlog-max-len,list-max-ziplist-entries,list-max-ziplist-value,hash-max-ziplist-entries,hash-max-ziplist-value,set-max-intset-entries,zset-max-ziplist-entries,zset-max-ziplist-value など。

redisVersion
String

Redis バージョン。 現在の有効な値を持つ PUT/PATCH 要求では、メジャー バージョンのみが使用されます: (4、6)

enableNonSslPort
Nullable<Boolean>

非 ssl Redis サーバー ポート (6379) を有効にするかどうかを指定します。

replicasPerMaster
Nullable<Int32>

プライマリごとに作成されるレプリカの数。

replicasPerPrimary
Nullable<Int32>

プライマリごとに作成されるレプリカの数。

tenantSettings
IDictionary<String,String>

テナント設定のディクショナリ

shardCount
Nullable<Int32>

Premium クラスター キャッシュに作成されるシャードの数。

minimumTlsVersion
String

省略可能: クライアントは、指定された TLS バージョン (またはそれ以降) を使用して接続する必要があります (例: '1.0'、'1.1'、'1.2')。 指定できる値は、'1.0'、'1.1'、'1.2' です。

publicNetworkAccess
String

このキャッシュに対してパブリック エンドポイント アクセスが許可されているかどうか。 値は省略可能ですが、渡される場合は、'Enabled' または 'Disabled' である必要があります。 "無効" の場合、プライベート エンドポイントは排他アクセス方法です。 既定値は 'Enabled' です。 使用可能な値は次のとおりです: 'Enabled'、'Disabled'

sku
Sku

デプロイする Redis キャッシュの SKU。

tags
IDictionary<String,String>

リソース タグ。

identity
ManagedServiceIdentity

リソースの ID。

適用対象