1 write to InnerResource
Aspire.Hosting.Azure.Redis (1)
AzureManagedRedisResource.cs (1)
164
InnerResource
= innerResource;
13 references to InnerResource
Aspire.Hosting.Azure.Redis (13)
AzureManagedRedisResource.cs (13)
78
public override ResourceAnnotationCollection Annotations =>
InnerResource
?.Annotations ?? base.Annotations;
84
InnerResource
?.ConnectionStringExpression ??
97
InnerResource
is not null ?
98
ReferenceExpression.Create($"{
InnerResource
.PrimaryEndpoint.Property(EndpointProperty.Host)}") :
109
InnerResource
is not null ?
110
ReferenceExpression.Create($"{
InnerResource
.Port}") :
124
InnerResource
is not null ?
125
(
InnerResource
.PasswordParameter is not null ?
126
ReferenceExpression.Create($"{
InnerResource
.PasswordParameter}") :
142
if (
InnerResource
is not null)
144
return
InnerResource
.UriExpression;
235
if (
InnerResource
is not null)
237
foreach (var property in ((IResourceWithConnectionString)
InnerResource
).GetConnectionProperties())