Package version:

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

interface ServiceStatus {
    kind: string;
    message?: string;
    ready: string;
}

Properties

Properties

kind: string

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

message?: string

A message describing the error if any.

ready: string

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