Megosztás:


GetServiceHealthResponse type

A getServiceHealth művelet válaszadatait tartalmazza.

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