Class ArtifactEntry
- Namespace
- Ando.Operations
- Assembly
- ando.dll
Represents an artifact to copy from container to host.
public record ArtifactEntry : IEquatable<ArtifactEntry>
- Inheritance
-
ArtifactEntry
- Implements
- Inherited Members
Constructors
ArtifactEntry(string, string)
Represents an artifact to copy from container to host.
public ArtifactEntry(string ContainerPath, string HostPath)
Parameters
Properties
ContainerPath
public string ContainerPath { get; init; }
Property Value
HostPath
public string HostPath { get; init; }