RedisAccessKeys Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
RedisAccessKeys() |
Initializes a new instance of the RedisAccessKeys class. |
RedisAccessKeys(String, String) |
Initializes a new instance of the RedisAccessKeys class. |
RedisAccessKeys()
Initializes a new instance of the RedisAccessKeys class.
public RedisAccessKeys ();
Public Sub New ()
Applies to
RedisAccessKeys(String, String)
Initializes a new instance of the RedisAccessKeys class.
public RedisAccessKeys (string primaryKey = default, string secondaryKey = default);
new Microsoft.Azure.Management.RedisCache.Models.RedisAccessKeys : string * string -> Microsoft.Azure.Management.RedisCache.Models.RedisAccessKeys
Public Sub New (Optional primaryKey As String = Nothing, Optional secondaryKey As String = Nothing)
Parameters
- primaryKey
- String
The current primary key that clients can use to authenticate with Redis cache.
- secondaryKey
- String
The current secondary key that clients can use to authenticate with Redis cache.