Freigeben über


GetNodeHealthUsingPolicyResponse type

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

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