ServiceDependency Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a service dependency in a Docker Compose file.
[YamlDotNet.Serialization.YamlSerializable]
public sealed class ServiceDependency
[<YamlDotNet.Serialization.YamlSerializable>]
type ServiceDependency = class
Public NotInheritable Class ServiceDependency
- Inheritance
-
ServiceDependency
- Attributes
-
YamlDotNet.Serialization.YamlSerializableAttribute
Constructors
ServiceDependency() |
Properties
Condition |
Gets or sets the condition under which the service should be started. |