Class DockerFixture.StackService
Describes a Docker stack service.
Namespace: Neon.Xunit
Assembly: Neon.Xunit.dll
Syntax
public class DockerFixture.StackService
Properties
Name
The service name.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Replicas
The number of service replicas.
Declaration
public int Replicas { get; set; }
Property Value
| Type | Description |
|---|---|
| int |