GetServiceHealthResponse type
getServiceHealth işlemi için yanıt verilerini içerir.
type GetServiceHealthResponse = ServiceHealth & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ServiceHealth
}
}