AzureRedisResource Constructors
Class Constructors 1 member
Represents an Azure Redis resource.
Constructor(RedisResource, Action<AzureResourceInfrastructure>) Section titled Constructor(RedisResource, Action<AzureResourceInfrastructure>) Represents an Azure Redis resource.
public class AzureRedisResource{ public AzureRedisResource( RedisResource innerResource, Action<AzureResourceInfrastructure> configureInfrastructure) { // ... }}Parameters
innerResource RedisResource The inner resource. configureInfrastructure Action<AzureResourceInfrastructure> Callback to configure the Azure resources.