Skip to content
DocsTry Aspire
DocsTry

ContainerFilesDestinationAnnotation Properties

ClassProperties2 members
Represents an annotation that specifies a source resource and destination path for copying container files.
DestinationPathSection titled DestinationPathstring
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; }