RedisEnterpriseDataAccessKeys Class
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.
The secret access keys used for authenticating connections to redis.
public class RedisEnterpriseDataAccessKeys : Azure.Provisioning.Primitives.ProvisionableConstruct
type RedisEnterpriseDataAccessKeys = class
inherit ProvisionableConstruct
Public Class RedisEnterpriseDataAccessKeys
Inherits ProvisionableConstruct
- Inheritance
Constructors
RedisEnterpriseDataAccessKeys() |
Creates a new RedisEnterpriseDataAccessKeys. |
Properties
PrimaryKey |
The current primary key that clients can use to authenticate. |
SecondaryKey |
The current secondary key that clients can use to authenticate. |
Methods
DefineProvisionableProperties() |
Define all the provisionable properties of RedisEnterpriseDataAccessKeys. |
GetResources() |
Get any resources represented by this object. This will typically only be the object itself for everything but Infrastructure. (Inherited from Provisionable) |
Resolve(ProvisioningContext) |
Resolve any resources or properties that were not explicitly specified. (Inherited from Provisionable) |
Validate(ProvisioningContext) |
Validate the presence of any required members. (Inherited from Provisionable) |