5 references to VolumeMountType
Aspire.Hosting (5)
ApplicationModel\CustomResourceSnapshot.cs (2)
161
/// <param name="MountType">Gets the mount type, such as <see cref="
VolumeMountType
.Bind"/> or <see cref="
VolumeMountType
.Volume"/></param>
Dcp\ApplicationExecutor.cs (2)
1472
Type = mount.Type == ContainerMountType.BindMount ?
VolumeMountType
.Bind :
VolumeMountType
.Volume,
Dcp\Model\Container.cs (1)
141
public string Type { get; set; } =
VolumeMountType
.Bind;