Freigeben über


GetApplicationLoadInfoResponse type

Enthält Antwortdaten für den getApplicationLoadInfo-Vorgang.

type GetApplicationLoadInfoResponse = ApplicationLoadInfo & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ApplicationLoadInfo
  }
}