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

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>, String, Nullable<Boolean>, 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

UpdateCache(String, String, String, Int32, String, Hashtable, Nullable<Boolean>, Hashtable, Nullable<Int32>, String, Nullable<Boolean>, 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, bool? disableAccessKeyAuthentication, 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 * Nullable<bool> * 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, disableAccessKeyAuthentication As Nullable(Of Boolean), 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
disableAccessKeyAuthentication
Nullable<Boolean>
redisVersion
String
tags
Hashtable
identityType
String
userAssignedIdentities
String[]
updateChannel
String

Returns

Applies to