GetDeployedApplicationInfoResponse type
Enthält Antwortdaten für den getDeployedApplicationInfo-Vorgang.
type GetDeployedApplicationInfoResponse = DeployedApplicationInfo & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: DeployedApplicationInfo
}
}