Skip to content
Docs Try Aspire

ContainerFilesDestinationAnnotation Properties

Class Properties 2 members
Represents an annotation that specifies a source resource and destination path for copying container files.
DestinationPath Section titled DestinationPath string
Gets or sets the file system path where the container files will be copied into the destination.
public string DestinationPath { get; init; }
Gets the resource that provides access to the container files to be copied.
public IResource Source { get; init; }