ServiceStatus interface

Describes the status of a service of a HDInsight on AKS cluster.

Properties

kind

Kind of the service. E.g. "Zookeeper".

message

A message describing the error if any.

ready

Indicates if the service is ready / healthy. Values can be "true", "false", "unknown" or anything else.

Property Details

kind

Kind of the service. E.g. "Zookeeper".

kind: string

Property Value

string

message

A message describing the error if any.

message?: string

Property Value

string

ready

Indicates if the service is ready / healthy. Values can be "true", "false", "unknown" or anything else.

ready: string

Property Value

string