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