مشاركة عبر


GetServiceHealthResponse type

يحتوي على بيانات استجابة لعملية getServiceHealth.

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