Sdílet prostřednictvím


RedisCacheClient.UpdateCache Method

Definition

Overloads

UpdateCache(String, String, String, Int32, String, Hashtable, Nullable<Boolean>, Hashtable, Nullable<Int32>, Hashtable)
UpdateCache(String, String, String, Int32, String, Hashtable, Nullable<Boolean>, Hashtable, Nullable<Int32>, String, String, Hashtable, String, String[], String)

UpdateCache(String, String, String, Int32, String, Hashtable, Nullable<Boolean>, Hashtable, Nullable<Int32>, Hashtable)

public Microsoft.Azure.Management.Redis.Models.RedisResource UpdateCache (string resourceGroupName, string cacheName, string skuFamily, int skuCapacity, string skuName, System.Collections.Hashtable redisConfiguration, bool? enableNonSslPort, System.Collections.Hashtable tenantSettings, int? shardCount, System.Collections.Hashtable tags);
member this.UpdateCache : string * string * string * int * string * System.Collections.Hashtable * Nullable<bool> * System.Collections.Hashtable * Nullable<int> * System.Collections.Hashtable -> Microsoft.Azure.Management.Redis.Models.RedisResource
Public Function UpdateCache (resourceGroupName As String, cacheName As String, skuFamily As String, skuCapacity As Integer, skuName As String, redisConfiguration As Hashtable, enableNonSslPort As Nullable(Of Boolean), tenantSettings As Hashtable, shardCount As Nullable(Of Integer), tags As Hashtable) As RedisResource

Parameters

resourceGroupName
String
cacheName
String
skuFamily
String
skuCapacity
Int32
skuName
String
redisConfiguration
Hashtable
enableNonSslPort
Nullable<Boolean>
tenantSettings
Hashtable
shardCount
Nullable<Int32>
tags
Hashtable

Returns

Applies to

UpdateCache(String, String, String, Int32, String, Hashtable, Nullable<Boolean>, Hashtable, Nullable<Int32>, String, String, Hashtable, String, String[], String)

public Microsoft.Azure.Management.RedisCache.Models.RedisResource UpdateCache (string resourceGroupName, string cacheName, string skuFamily, int skuCapacity, string skuName, System.Collections.Hashtable redisConfiguration, bool? enableNonSslPort, System.Collections.Hashtable tenantSettings, int? shardCount, string MinimumTlsVersion, string redisVersion, System.Collections.Hashtable tags, string identityType, string[] userAssignedIdentities, string updateChannel);
member this.UpdateCache : string * string * string * int * string * System.Collections.Hashtable * Nullable<bool> * System.Collections.Hashtable * Nullable<int> * string * string * System.Collections.Hashtable * string * string[] * string -> Microsoft.Azure.Management.RedisCache.Models.RedisResource
Public Function UpdateCache (resourceGroupName As String, cacheName As String, skuFamily As String, skuCapacity As Integer, skuName As String, redisConfiguration As Hashtable, enableNonSslPort As Nullable(Of Boolean), tenantSettings As Hashtable, shardCount As Nullable(Of Integer), MinimumTlsVersion As String, redisVersion As String, tags As Hashtable, identityType As String, userAssignedIdentities As String(), updateChannel As String) As RedisResource

Parameters

resourceGroupName
String
cacheName
String
skuFamily
String
skuCapacity
Int32
skuName
String
redisConfiguration
Hashtable
enableNonSslPort
Nullable<Boolean>
tenantSettings
Hashtable
shardCount
Nullable<Int32>
MinimumTlsVersion
String
redisVersion
String
tags
Hashtable
identityType
String
userAssignedIdentities
String[]
updateChannel
String

Returns

Applies to