Freigeben über


GetNodeHealthResponse type

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

type GetNodeHealthResponse = NodeHealth & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: NodeHealth
  }
}