Skip to content
DocsTry Aspire
DocsTry

AzureRedisResource Properties

ClassProperties4 members
Represents an Azure Redis resource.
AnnotationsSection titled AnnotationsoverrideResourceAnnotationCollection
Gets the annotations associated with the resource.
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
Gets the name of the resource.
public override string Name { get; }