1 write to InnerResource
Aspire.Hosting.Azure.Redis (1)
AzureManagedRedisResource.cs (1)
105
InnerResource
= innerResource;
7 references to InnerResource
Aspire.Hosting.Azure.Redis (7)
AzureManagedRedisResource.cs (7)
62
public override ResourceAnnotationCollection Annotations =>
InnerResource
?.Annotations ?? base.Annotations;
68
InnerResource
?.ConnectionStringExpression ??
81
InnerResource
is not null ?
82
ReferenceExpression.Create($"{
InnerResource
.PrimaryEndpoint.Property(EndpointProperty.HostAndPort)}") :
93
InnerResource
is not null &&
InnerResource
.PasswordParameter is not null ?
94
ReferenceExpression.Create($"{
InnerResource
.PasswordParameter}") :