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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET