GetDeployedApplicationInfoResponse type
getDeployedApplicationInfo işleminin yanıt verilerini içerir.
type GetDeployedApplicationInfoResponse = DeployedApplicationInfo & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: DeployedApplicationInfo
}
}