4 references to InnerResource
Aspire.Hosting.Azure.CosmosDB (4)
AzureCosmosDBEmulatorResource.cs (1)
18
public override ResourceAnnotationCollection Annotations =>
InnerResource
.Annotations;
AzureCosmosDBExtensions.cs (3)
179
var dataPath = builder.Resource.
InnerResource
.IsPreviewEmulator ? "/data" : "/tmp/cosmos/appdata";
214
if (builder.Resource.
InnerResource
.IsPreviewEmulator)
336
if (!builder.Resource.
InnerResource
.IsPreviewEmulator)