GetApplicationHealthResponse type
getApplicationHealth 操作の応答データが含まれています。
type GetApplicationHealthResponse = ApplicationHealth & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationHealth
}
}