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