GetDeployedCodePackageInfoListResponse type
getDeployedCodePackageInfoList işleminin yanıt verilerini içerir.
type GetDeployedCodePackageInfoListResponse = DeployedCodePackageInfo[] & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: DeployedCodePackageInfo[]
}
}