CopyFilePattern Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a file pattern for copying dependency files in a Dockerfile.
public sealed class CopyFilePattern : IEquatable<Aspire.Hosting.JavaScript.CopyFilePattern>
type CopyFilePattern = class
interface IEquatable<CopyFilePattern>
Public NotInheritable Class CopyFilePattern
Implements IEquatable(Of CopyFilePattern)
- Inheritance
-
CopyFilePattern
- Implements
Constructors
| CopyFilePattern(String, String) |
Represents a file pattern for copying dependency files in a Dockerfile. |
Properties
| Destination |
The destination path where files should be copied (e.g., "./"). |
| Source |
The source pattern for files to copy (e.g., "package*.json"). |
Methods
| <Clone>$() | |
| Deconstruct(String, String) | |
| Equals(CopyFilePattern) | |
| Equals(Object) | |
| GetHashCode() | |
| ToString() |
Operators
| Equality(CopyFilePattern, CopyFilePattern) | |
| Inequality(CopyFilePattern, CopyFilePattern) |