Skip to content
Docs Try Aspire

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)
{
// ...
}
}
innerResource RedisResource The inner resource.
configureInfrastructure Action<AzureResourceInfrastructure> Callback to configure the Azure resources.