Table of Contents

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

HealthCheckType

None

public static HealthCheckType None

Field Value

HealthCheckType

Port

public static HealthCheckType Port

Field Value

HealthCheckType

Process

public static HealthCheckType Process

Field Value

HealthCheckType

Operators

implicit operator HealthCheckType(string)

public static implicit operator HealthCheckType(string value)

Parameters

value string

Returns

HealthCheckType