ContainerMountAnnotation
Class sealed net10.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 ConstructorsProperties4
Section titled PropertiesIsReadOnlygetbool Gets a value indicating whether the volume mount is read-only.
Sourcegetstring? Gets the source of the bind mount or name if a volume. Can be
null if the mount is an anonymous volume. Targetgetstring Gets the target of the mount.
Typeget Gets the type of the mount.