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