1 write to InnerResource
Aspire.Hosting.Azure.Redis (1)
AzureManagedRedisResource.cs (1)
154
InnerResource
= innerResource;
13 references to InnerResource
Aspire.Hosting.Azure.Redis (13)
AzureManagedRedisResource.cs (13)
68
public override ResourceAnnotationCollection Annotations =>
InnerResource
?.Annotations ?? base.Annotations;
74
InnerResource
?.ConnectionStringExpression ??
87
InnerResource
is not null ?
88
ReferenceExpression.Create($"{
InnerResource
.PrimaryEndpoint.Property(EndpointProperty.Host)}") :
99
InnerResource
is not null ?
100
ReferenceExpression.Create($"{
InnerResource
.Port}") :
114
InnerResource
is not null ?
115
(
InnerResource
.PasswordParameter is not null ?
116
ReferenceExpression.Create($"{
InnerResource
.PasswordParameter}") :
132
if (
InnerResource
is not null)
134
return
InnerResource
.UriExpression;
225
if (
InnerResource
is not null)
227
foreach (var property in ((IResourceWithConnectionString)
InnerResource
).GetConnectionProperties())