Class ServiceBindOptions
Mounted directory bind options.
Namespace: Neon.Docker
Assembly: Neon.Docker.dll
Syntax
public class ServiceBindOptions
Properties
Propagation
Named setting for a resource.
Declaration
public ServiceMountBindPropagation Propagation { get; set; }
Property Value
Type | Description |
---|---|
ServiceMountBindPropagation |
Methods
Normalize()
Recursively ensures ensures that any null class or list related properties are replaced with instances with default values or empty lists.
Declaration
public void Normalize()