Freigeben über


GetServiceHealthResponse type

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

type GetServiceHealthResponse = ServiceHealth & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ServiceHealth
  }
}