GetDeployedServicePackageInfoListByNameResponse type
Enthält Antwortdaten für den getDeployedServicePackageInfoListByName-Vorgang.
type GetDeployedServicePackageInfoListByNameResponse =
DeployedServicePackageInfo[] & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: DeployedServicePackageInfo[]
}
}