Class ContainerInfo
Container information and state. Immutable record for safe passing between methods.
public record ContainerInfo : IEquatable<ContainerInfo>
- Inheritance
-
ContainerInfo
- Implements
- Inherited Members
Constructors
ContainerInfo(string, string, bool)
Container information and state. Immutable record for safe passing between methods.
public ContainerInfo(string Id, string Name, bool IsRunning)
Parameters
Properties
Id
public string Id { get; init; }
Property Value
IsRunning
public bool IsRunning { get; init; }
Property Value
Name
public string Name { get; init; }