Class DockerFixture.StackInfo
Holds information about a Docker stack.
Namespace: Neon.Xunit
Assembly: Neon.Xunit.dll
Syntax
public class DockerFixture.StackInfo
Properties
Name
Returns the stack name.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ServiceCount
Returns the number of services deployed by the stack.
Declaration
public int ServiceCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int |