Skip to content
DocsTry Aspire
DocsTry

AzureRedisResource Properties

ClassProperties4 members
Represents an Azure Redis resource.
AnnotationsSection titled AnnotationsoverrideResourceAnnotationCollection
public override ResourceAnnotationCollection Annotations { get; }
ConnectionStringSection titled ConnectionStringBicepSecretOutputReference
Gets the "connectionString" output reference from the bicep template for the Azure Redis resource.
public BicepSecretOutputReference ConnectionString { get; }
ConnectionStringExpressionSection titled ConnectionStringExpressionReferenceExpression
Gets the connection string template for the manifest for the Azure Redis resource.
public ReferenceExpression ConnectionStringExpression { get; }
NameSection titled Nameoverridestring
public override string Name { get; }