Freigeben über


GetClusterHealthResponse type

Enthält Antwortdaten für den getClusterHealth-Vorgang.

type GetClusterHealthResponse = ClusterHealth & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ClusterHealth
  }
}