ContainerMountAnnotation
Classsealednet10.0
Represents a mount annotation for a container resource.
namespace Aspire.Hosting.ApplicationModel;
public sealed class ContainerMountAnnotation : Aspire.Hosting.ApplicationModel.IResourceAnnotation{ // ...}5 members
Constructors1
Section titled Constructors Instantiates a mount annotation that specifies the details for a container mount.
Properties4
Section titled PropertiesSourcegetstring? Gets the source of the bind mount or name if a volume. Can be
null if the mount is an anonymous volume.