Class HealthCheckType
- Namespace
- Nuke.Common.Tools.CloudFoundry
- Assembly
- Nuke.Common.dll
Used within CloudFoundryTasks.
[TypeConverter(typeof(Enumeration.TypeConverter<HealthCheckType>))]
public class HealthCheckType : Enumeration
- Inheritance
-
HealthCheckType
Constructors
HealthCheckType()
public HealthCheckType()
Fields
Http
public static HealthCheckType Http
Field Value
None
public static HealthCheckType None
Field Value
Port
public static HealthCheckType Port
Field Value
Process
public static HealthCheckType Process
Field Value
Operators
implicit operator HealthCheckType(string)
public static implicit operator HealthCheckType(string value)
Parameters
value
string