GetDeployedServicePackageInfoListByNameResponse type
getDeployedServicePackageInfoListByName 操作の応答データを格納します。
type GetDeployedServicePackageInfoListByNameResponse =
DeployedServicePackageInfo[] & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: DeployedServicePackageInfo[]
}
}