RedisAccessKeysInner 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
RedisAccessKeysInner() |
Initializes a new instance of the RedisAccessKeysInner class. |
RedisAccessKeysInner(String, String) |
Initializes a new instance of the RedisAccessKeysInner class. |
RedisAccessKeysInner()
Initializes a new instance of the RedisAccessKeysInner class.
public RedisAccessKeysInner ();
Public Sub New ()
Applies to
RedisAccessKeysInner(String, String)
Initializes a new instance of the RedisAccessKeysInner class.
public RedisAccessKeysInner (string primaryKey = default, string secondaryKey = default);
new Microsoft.Azure.Management.Redis.Fluent.Models.RedisAccessKeysInner : string * string -> Microsoft.Azure.Management.Redis.Fluent.Models.RedisAccessKeysInner
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.
Applies to
Azure SDK for .NET