ArmRedisEnterpriseModelFactory.RedisEnterpriseDataAccessKeys Method
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.
Initializes a new instance of RedisEnterpriseDataAccessKeys.
public static Azure.ResourceManager.RedisEnterprise.Models.RedisEnterpriseDataAccessKeys RedisEnterpriseDataAccessKeys (string primaryKey = default, string secondaryKey = default);
static member RedisEnterpriseDataAccessKeys : string * string -> Azure.ResourceManager.RedisEnterprise.Models.RedisEnterpriseDataAccessKeys
Public Shared Function RedisEnterpriseDataAccessKeys (Optional primaryKey As String = Nothing, Optional secondaryKey As String = Nothing) As RedisEnterpriseDataAccessKeys
Parameters
- primaryKey
- String
The current primary key that clients can use to authenticate.
- secondaryKey
- String
The current secondary key that clients can use to authenticate.
Returns
A new RedisEnterpriseDataAccessKeys instance for mocking.
Applies to
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for .NET